Share via


RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogInSucceeded Propiedad

Definición

Obtiene o establece una devolución de llamada de evento que se invocará con el estado de autenticación almacenado cuando una operación de inicio de sesión se realice correctamente.

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)

Valor de propiedad

EventCallback<TAuthenticationState>
Atributos

Se aplica a