From 12e97761ec42276c3576b01a2bd415c29e0fa2dc Mon Sep 17 00:00:00 2001 From: "Robert St. John" Date: Sat, 30 Nov 2024 23:26:14 -0700 Subject: [PATCH] refactor(service): users/auth: change property on return types --- service/src/ingress/ingress.app.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/ingress/ingress.app.api.ts b/service/src/ingress/ingress.app.api.ts index b96544331..b4f3c71f2 100644 --- a/service/src/ingress/ingress.app.api.ts +++ b/service/src/ingress/ingress.app.api.ts @@ -42,7 +42,7 @@ export interface AdmitFromIdentityProviderRequest { export interface AdmitFromIdentityProviderResult { mageAccount: UserExpanded - admissionToken: string + idpAuthenticationToken: string } /**