TokenIssuanceStartRequest interface

The main request interface, this will relate it's response and payload.

Extends

Properties

tokenClaims

A dictionary of token claims.

Inherited Properties

oDataType

Related @odata.type

payload

Related IEventData

queryParameters

A dictionary of query string parameters

requestStatus

The status of the current request, see RequestStatus.

response

Related IEventResponse

source

Related Source

statusMessage

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

Related Source

source: string

Property Value

string

Inherited From CloudEventRequest.source

statusMessage

A user friendly message (containing errors), that the authentication event returns.

statusMessage: string

Property Value

string

Inherited From CloudEventRequest.statusMessage

type

Related Type

type: string

Property Value

string

Inherited From CloudEventRequest.type