Show / Hide Table of Contents

Class ExternalAuthServiceBase

Inheritance
object
ExternalAuthServiceBase
CodeFlowExternalAuthService
PasswordFlowExternalAuthService
Implements
IExternalAuthService
Inherited Members
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 abstract class ExternalAuthServiceBase : IExternalAuthService

Constructors

ExternalAuthServiceBase(IAccessTokenStore)

Declaration
protected ExternalAuthServiceBase(IAccessTokenStore accessTokenStore)
Parameters
Type Name Description
IAccessTokenStore accessTokenStore

Fields

AuthenticationType

Declaration
protected const string AuthenticationType = "Identity.Application"
Field Value
Type Description
string

Properties

AccessTokenStore

Declaration
protected IAccessTokenStore AccessTokenStore { get; }
Property Value
Type Description
IAccessTokenStore

Methods

GetCurrentUser()

Declaration
public Task<ClaimsPrincipal> GetCurrentUser()
Returns
Type Description
Task<ClaimsPrincipal>

LoginAsync(LoginInput)

Declaration
public abstract Task<LoginResult> LoginAsync(LoginInput loginInput)
Parameters
Type Name Description
LoginInput loginInput
Returns
Type Description
Task<LoginResult>

SignOutAsync()

Declaration
public abstract Task SignOutAsync()
Returns
Type Description
Task

TriggerUserChanged(ClaimsPrincipal)

Declaration
protected void TriggerUserChanged(ClaimsPrincipal newUser)
Parameters
Type Name Description
ClaimsPrincipal newUser

Events

UserChanged

Declaration
public event Action<ClaimsPrincipal> UserChanged
Event Type
Type Description
Action<ClaimsPrincipal>

Implements

IExternalAuthService

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
AbpObjectExtensions.If<T>(T, bool, Action<T>)
AbpObjectExtensions.If<T>(T, bool, Func<T, T>)
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.IsIn<T>(T, params T[])
AbpQueryableExtensions.OrderByIf<T, TQueryable>(TQueryable, bool, string)
AbpQueryableExtensions.PageBy<T, TQueryable>(TQueryable, int, int)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, bool>>)
AbpQueryableExtensions.WhereIf<T, TQueryable>(TQueryable, bool, Expression<Func<T, int, bool>>)
AbpOpenIddictQueryableExtensions.SkipIf<T, TQueryable>(TQueryable, bool, int?)
AbpOpenIddictQueryableExtensions.TakeIf<T, TQueryable>(TQueryable, bool, int?)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In this article
Back to top Powered by ABP.IO Platform