InteractionType Enum

Definition

The type of authentication request.

[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
Inheritance
InteractionType
Attributes

Fields

GetToken 1

Provisioning a token interactively because silent provisioning failed, either because the end user has not consented or because the existing credentials have expired.

SignIn 0

Authenticating or reauthenticating the user and provisioning the default access token.

SignOut 2

Logging the user out.

Applies to