Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "UserAgentApplication"

Index

Type aliases

authResponseCallback

authResponseCallback: function

A type alias for an authResponseCallback function. {@link (authResponseCallback:type)}

param

error created for failure cases

param

response containing token strings in success cases, or just state value in error cases

Type declaration

errorReceivedCallback

errorReceivedCallback: function

A type alias for a errorReceivedCallback function. {@link (errorReceivedCallback:type)}

returns

response of type {@link (AuthError:class)}

returns

account state

Type declaration

    • (authErr: AuthError, accountState: string): void
    • Parameters

      Returns void

tokenReceivedCallback

tokenReceivedCallback: function

A type alias for a tokenReceivedCallback function. {@link (tokenReceivedCallback:type)}

returns

response of type {@link (AuthResponse:type)} The function that will get the call back once this API is completed (either successfully or with a failure).

Type declaration

Variables

Const DEFAULT_AUTHORITY

DEFAULT_AUTHORITY: "https://login.microsoftonline.com/common" = "https://login.microsoftonline.com/common"

Generated using TypeDoc