Partager via


RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogInSucceeded Propriété

Définition

Obtient ou définit un rappel d’événement qui sera appelé avec l’état d’authentification stocké lorsqu’une opération de connexion réussit.

public:
 property Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> OnLogInSucceeded { Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> get(); void set(Microsoft::AspNetCore::Components::EventCallback<TAuthenticationState> value); };
[Microsoft.AspNetCore.Components.Parameter]
public Microsoft.AspNetCore.Components.EventCallback<TAuthenticationState> OnLogInSucceeded { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.OnLogInSucceeded : Microsoft.AspNetCore.Components.EventCallback<'AuthenticationState (requires 'AuthenticationState :> Microsoft.AspNetCore.Components.WebAssembly.Authentication.RemoteAuthenticationState)> with get, set
Public Property OnLogInSucceeded As EventCallback(Of TAuthenticationState)

Valeur de propriété

EventCallback<TAuthenticationState>
Attributs

S’applique à