TokenAcquisitionEventArgs class
Arguments for a token acquisition failure event.
- Extends
Constructors
(constructor)(message, redirect |
Constructs a new instance of the |
Properties
message | The message returned from ADAL fails to retrieve a token from Azure AD. |
redirect |
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