Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "AuthResponse"

Index

Type aliases

Functions

Type aliases

AuthResponse

AuthResponse: object

Type declaration

  • accessToken: string
  • account: Account
  • accountState: string
  • expiresOn: Date
  • idToken: IdToken
  • idTokenClaims: StringDict
  • scopes: Array<string>
  • tenantId: string
  • tokenType: string
  • uniqueId: string

Functions

buildResponseStateOnly

  • Parameters

    • state: string

    Returns AuthResponse

Generated using TypeDoc