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 | 사용자를 로그아웃합니다. |