Class CodeFlowExternalAuthService
Inheritance
CodeFlowExternalAuthService
Assembly: Volo.Abp.Account.Pro.Public.MauiBlazor.dll
Syntax
public class CodeFlowExternalAuthService : ExternalAuthServiceBase, IExternalAuthService
Constructors
CodeFlowExternalAuthService(IAccessTokenStore, OidcClient)
Declaration
public CodeFlowExternalAuthService(IAccessTokenStore accessTokenStore, OidcClient oidcClient)
Parameters
Methods
Declaration
public override Task<LoginResult> LoginAsync(LoginInput input)
Parameters
Returns
Overrides
SignOutAsync()
Declaration
public override Task SignOutAsync()
Returns
Overrides
Implements
Extension Methods