Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "UserAgentApplication"

Index

Type aliases

tokenReceivedCallback

tokenReceivedCallback: function

A type alias of for a tokenReceivedCallback function.

Type declaration

    • (errorDesc: string, token: string, error: string, tokenType: string): void
    • Parameters

      • errorDesc: string

        error description returned from the STS if API call fails.

      • token: string

        token returned from STS if token request is successful.

      • error: string

        error code returned from the STS if API call fails.

      • tokenType: string

        tokenType returned from the STS if API call is successful. Possible values are: id_token OR access_token.

      Returns void

Functions

resolveTokenOnlyIfOutOfIframe

  • resolveTokenOnlyIfOutOfIframe(target: any, propertyKey: string, descriptor: PropertyDescriptor): PropertyDescriptor
  • Parameters

    • target: any
    • propertyKey: string
    • descriptor: PropertyDescriptor

    Returns PropertyDescriptor

Generated using TypeDoc