External module "AuthResponse"
Type aliases
AuthResponse
Auth
Response: { accessToken: string; account: Account; accountState: string; expiresOn: Date; fromCache: boolean; idToken: IdToken; idTokenClaims: StringDict; scopes: Array<string>; tenantId: string; tokenType: string; uniqueId: string }
Type declaration
-
accessToken: string
-
-
accountState: string
-
expiresOn: Date
-
fromCache: boolean
-
idToken: IdToken
-
-
scopes: Array<string>
-
tenantId: string
-
tokenType: string
-
uniqueId: string