Show / Hide Table of Contents

Class ExternalAuthStateProvider

Inheritance
object
AuthenticationStateProvider
ExternalAuthStateProvider
Inherited Members
AuthenticationStateProvider.NotifyAuthenticationStateChanged(Task<AuthenticationState>)
AuthenticationStateProvider.AuthenticationStateChanged
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Pro.Public.MauiBlazor.OAuth
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class ExternalAuthStateProvider : AuthenticationStateProvider

Constructors

ExternalAuthStateProvider(IExternalAuthService)

Declaration
public ExternalAuthStateProvider(IExternalAuthService codeFlowExternalAuthService)
Parameters
Type Name Description
IExternalAuthService codeFlowExternalAuthService

Methods

GetAuthenticationStateAsync()

Declaration
public override Task<AuthenticationState> GetAuthenticationStateAsync()
Returns
Type Description
Task<AuthenticationState>
Overrides
AuthenticationStateProvider.GetAuthenticationStateAsync()
In this article
Back to top Powered by Volosoft