Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ITokenAcquisitionEventArgs interface
- Package:
- @microsoft/sp-http-base
Represents arguments used for raising a token acquisiton failure event.
- Extends
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 interact with Azure AD. |
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 interact with Azure AD.
redirectUrl?: string;
Property Value
string
