InteractionType 列挙型

定義

認証要求の種類。

[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))]
public enum InteractionType
[System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter<Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractionType>))]
public enum InteractionType
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter))>]
type InteractionType = 
[<System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.JsonStringEnumConverter<Microsoft.AspNetCore.Components.WebAssembly.Authentication.InteractionType>))>]
type InteractionType = 
Public Enum InteractionType
継承
InteractionType
属性

フィールド

GetToken 1

エンド ユーザーが同意していないか、既存の資格情報の有効期限が切れているため、サイレント プロビジョニングに失敗したため、トークンを対話形式でプロビジョニングします。

SignIn 0

ユーザーを認証または再認証し、既定のアクセス トークンをプロビジョニングする。

SignOut 2

ユーザーのログアウト。

適用対象