AuthenticationEventRequest interface
Event request interface extended the related response and event data (payload) objects.
- Extends
Properties
payload | Related IEventData |
response | Related IEventResponse |
Inherited 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
payload
Related IEventData
payload: TData
Property Value
TData
response
Related IEventResponse
response: TResponse
Property Value
TResponse
Inherited Property Details
queryParameters
A dictionary of query string parameters
queryParameters: Record<string, string>
Property Value
Record<string, string>
Inherited From AuthenticationEventRequestCommon.queryParameters
requestStatus
The status of the current request, see RequestStatus.
requestStatus: RequestStatus
Property Value
Inherited From AuthenticationEventRequestCommon.requestStatus
statusMessage
A user friendly message (containing errors), that the authentication event returns.
statusMessage: string
Property Value
string
Inherited From AuthenticationEventRequestCommon.statusMessage
type
Related Type
type: string
Property Value
string
Inherited From AuthenticationEventRequestCommon.type
Azure SDK for JavaScript