TokenAcquisitionEventArgs class

Arguments for a token acquisition failure event.

Extends

Constructors

(constructor)(message, redirectUrl)

Constructs a new instance of the TokenAcquisitionEventArgs class

Properties

message

The message returned from ADAL fails to retrieve a token from Azure AD.

redirectUrl

The url of the page for the end user to perform Multi Factor Authentication

Constructor Details

(constructor)(message, redirectUrl)

Constructs a new instance of the TokenAcquisitionEventArgs class

constructor(message: string, redirectUrl?: string);

Parameters

message

string

redirectUrl

string

Property Details

message

The message returned from ADAL fails to retrieve a token from Azure AD.

message: string;

Property Value

string

redirectUrl

The url of the page for the end user to perform Multi Factor Authentication

redirectUrl?: string;

Property Value

string