RemoteAuthenticatorViewCore<TAuthenticationState>.OnLogInSucceeded Property

Definition

Gets or sets an event callback that will be invoked with the stored authentication state when a log in operation succeeds.

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)

Property Value

EventCallback<TAuthenticationState>
Attributes

Applies to