Show / Hide Table of Contents

Class PasswordFlowExternalAuthService

Inheritance
object
ExternalAuthServiceBase
PasswordFlowExternalAuthService
Implements
IExternalAuthService
Inherited Members
ExternalAuthServiceBase.AuthenticationType
ExternalAuthServiceBase.GetCurrentUser()
ExternalAuthServiceBase.TriggerUserChanged()
ExternalAuthServiceBase.CurrentUser
ExternalAuthServiceBase.AccessTokenStore
ExternalAuthServiceBase.UserChanged
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 PasswordFlowExternalAuthService : ExternalAuthServiceBase, IExternalAuthService

Constructors

PasswordFlowExternalAuthService(IHttpClientFactory, IOptions<OAuthConfigOptions>, ICurrentTenant, ICurrentTenantAccessor, IAccessTokenStore)

Declaration
public PasswordFlowExternalAuthService(IHttpClientFactory httpClientFactory, IOptions<OAuthConfigOptions> options, ICurrentTenant currentTenant, ICurrentTenantAccessor currentTenantAccessor, IAccessTokenStore accessTokenStore)
Parameters
Type Name Description
IHttpClientFactory httpClientFactory
IOptions<OAuthConfigOptions> options
ICurrentTenant currentTenant
ICurrentTenantAccessor currentTenantAccessor
IAccessTokenStore accessTokenStore

Fields

HttpClientName

Declaration
public const string HttpClientName = "PasswordFlowExternalAuthService"
Field Value
Type Description
string

Methods

LoginAsync(LoginInput)

Declaration
public override Task<LoginResult> LoginAsync(LoginInput loginInput)
Parameters
Type Name Description
LoginInput loginInput
Returns
Type Description
Task<LoginResult>
Overrides
ExternalAuthServiceBase.LoginAsync(LoginInput)

SignOutAsync()

Declaration
public override Task SignOutAsync()
Returns
Type Description
Task
Overrides
ExternalAuthServiceBase.SignOutAsync()

Implements

IExternalAuthService
In this article
Back to top Powered by Volosoft