TokenIssuanceStartRequest interface
The main request interface, this will relate it's response and payload.
- Extends
Properties
token |
A dictionary of token claims. |
Inherited Properties
o |
Related @odata.type |
payload | Related IEventData |
query |
A dictionary of query string parameters |
request |
The status of the current request, see RequestStatus. |
response | Related IEventResponse |
source | Related Source |
status |
A user friendly message (containing errors), that the authentication event returns. |
type | Related Type |
Property Details
tokenClaims
A dictionary of token claims.
tokenClaims?: Record<string, string>
Property Value
Record<string, string>
Inherited Property Details
oDataType
Related @odata.type
oDataType: string
Property Value
string
Inherited From CloudEventRequest.oDataType
payload
Related IEventData
payload: TokenIssuanceStartData
Property Value
Inherited From CloudEventRequest.payload
queryParameters
A dictionary of query string parameters
queryParameters: Record<string, string>
Property Value
Record<string, string>
Inherited From CloudEventRequest.queryParameters
requestStatus
The status of the current request, see RequestStatus.
requestStatus: RequestStatus
Property Value
Inherited From CloudEventRequest.requestStatus
response
Related IEventResponse
response: TokenIssuanceStartResponse
Property Value
Inherited From CloudEventRequest.response
source
statusMessage
A user friendly message (containing errors), that the authentication event returns.
statusMessage: string
Property Value
string
Inherited From CloudEventRequest.statusMessage
type
Azure SDK for JavaScript