次の方法で共有


AuthenticationEventRequestCommon interface

Abstract base event interface to house common event request attributes.

Properties

queryParameters

A dictionary of query string parameters

requestStatus

The status of the current request, see RequestStatus.

statusMessage

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