AuthenticationEventRequestCommon interface
共通のイベント要求属性を格納する抽象的な基本イベントインターフェイス。
プロパティ
| query |
クエリ文字列パラメーターのディクショナリ |
| request |
現在の要求の状態については、「RequestStatus」を参照してください。 |
| status |
認証イベントが返すユーザーフレンドリーなメッセージ (エラーを含む)。 |
| type | 関連タイプ |
プロパティの詳細
queryParameters
クエリ文字列パラメーターのディクショナリ
queryParameters: Record<string, string>
プロパティ値
Record<string, string>
requestStatus
statusMessage
認証イベントが返すユーザーフレンドリーなメッセージ (エラーを含む)。
statusMessage: string
プロパティ値
string
type
関連タイプ
type: string
プロパティ値
string