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

사용자를 로그아웃합니다.

적용 대상