ITokenAcquisitionEventArgs interface
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. |
redirect |
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