Class ExternalAuthStateProvider
Inheritance
ExternalAuthStateProvider
Assembly: Volo.Abp.LeptonTheme.MauiBlazor.dll
Syntax
public class ExternalAuthStateProvider : AuthenticationStateProvider
Constructors
ExternalAuthStateProvider(ExternalAuthService)
Declaration
public ExternalAuthStateProvider(ExternalAuthService externalAuthService)
Parameters
Methods
GetAuthenticationStateAsync()
Declaration
public override Task<AuthenticationState> GetAuthenticationStateAsync()
Returns
Overrides
Extension Methods