Show / Hide Table of Contents

Class MauiBlazorIdentityModelRemoteServiceHttpClientAuthenticator

Inheritance
object
IdentityModelRemoteServiceHttpClientAuthenticator
MauiBlazorIdentityModelRemoteServiceHttpClientAuthenticator
Implements
IRemoteServiceHttpClientAuthenticator
ITransientDependency
Inherited Members
IdentityModelRemoteServiceHttpClientAuthenticator.IdentityModelAuthenticationService
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Http.Client.IdentityModel.MauiBlazor
Assembly: Volo.Abp.Http.Client.IdentityModel.MauiBlazor.dll
Syntax
[Dependency(ReplaceServices = true)]
public class MauiBlazorIdentityModelRemoteServiceHttpClientAuthenticator : IdentityModelRemoteServiceHttpClientAuthenticator, IRemoteServiceHttpClientAuthenticator, ITransientDependency

Constructors

MauiBlazorIdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService, IServiceProvider)

Declaration
public MauiBlazorIdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService identityModelAuthenticationService, IServiceProvider serviceProvider)
Parameters
Type Name Description
IIdentityModelAuthenticationService identityModelAuthenticationService
System.IServiceProvider serviceProvider

Properties

AbpMauiAccessTokenProvider

Declaration
protected IAbpMauiAccessTokenProvider AbpMauiAccessTokenProvider { get; }
Property Value
Type Description
IAbpMauiAccessTokenProvider

Methods

Authenticate(RemoteServiceHttpClientAuthenticateContext)

Declaration
public override Task Authenticate(RemoteServiceHttpClientAuthenticateContext context)
Parameters
Type Name Description
RemoteServiceHttpClientAuthenticateContext context
Returns
Type Description
System.Threading.Tasks.Task
Overrides
IdentityModelRemoteServiceHttpClientAuthenticator.Authenticate(RemoteServiceHttpClientAuthenticateContext)

GetAccessTokenFromAccessTokenProviderOrNullAsync()

Declaration
protected virtual Task<string> GetAccessTokenFromAccessTokenProviderOrNullAsync()
Returns
Type Description
System.Threading.Tasks.Task<TResult><string>

Implements

IRemoteServiceHttpClientAuthenticator
ITransientDependency

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>>)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
In This Article
Back to top Powered by Volosoft