AuthenticationEventRequestCommon interface
Abstract base event interface to house common event request attributes.
Properties
query |
A dictionary of query string parameters |
request |
The status of the current request, see RequestStatus. |
status |
A user friendly message (containing errors), that the authentication event returns. |
type | Related Type |
Property Details
queryParameters
A dictionary of query string parameters
queryParameters: Record<string, string>
Property Value
Record<string, string>
requestStatus
The status of the current request, see RequestStatus.
requestStatus: RequestStatus
Property Value
statusMessage
A user friendly message (containing errors), that the authentication event returns.
statusMessage: string
Property Value
string
type
Related Type
type: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript