Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TokenAcquisitionEventArgs class
- Package:
- @microsoft/sp-http-base
Arguments for a token acquisition failure event.
- Extends
Constructors
| (constructor)(message, redirectUrl) | Constructs a new instance of the |
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
