External module "AuthResponse"
Type aliases
AuthResponse
AuthResponse: object
Type declaration
-
accessToken: string
-
-
accountState: string
-
expiresOn: Date
-
idToken: IdToken
-
-
scopes: Array<string>
-
tenantId: string
-
tokenType: string
-
uniqueId: string
Functions
buildResponseStateOnly
-
Parameters