InteractionType 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
身份验证请求的类型。
[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 | 注销用户。 |