InteractionType Enumeration

Definition

Der Typ der Authentifizierungsanforderung.

[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
Vererbung
InteractionType
Attribute

Felder

GetToken 1

Interaktive Bereitstellung eines Tokens, weil die automatische Bereitstellung fehlgeschlagen ist, entweder weil der Endbenutzer nicht zugestimmt hat oder weil die vorhandenen Anmeldeinformationen abgelaufen sind.

SignIn 0

Authentifizieren oder erneute Authentifizierung des Benutzers und Bereitstellen des Standardzugriffstokens

SignOut 2

Abmelden des Benutzers.

Gilt für: