Show / Hide Table of Contents

Class IdentityModelRemoteServiceHttpClientAuthenticator

Inheritance
System.Object
IdentityModelRemoteServiceHttpClientAuthenticator
HttpContextIdentityModelRemoteServiceHttpClientAuthenticator
AccessTokenProviderIdentityModelRemoteServiceHttpClientAuthenticator
Implements
IRemoteServiceHttpClientAuthenticator
ITransientDependency
Namespace: Volo.Abp.Http.Client.IdentityModel
Assembly: Volo.Abp.Http.Client.IdentityModel.dll
Syntax
public class IdentityModelRemoteServiceHttpClientAuthenticator : object, IRemoteServiceHttpClientAuthenticator, ITransientDependency

Constructors

IdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService)

Declaration
public IdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService identityModelAuthenticationService)
Parameters
Type Name Description
IIdentityModelAuthenticationService identityModelAuthenticationService

Properties

IdentityModelAuthenticationService

Declaration
protected IIdentityModelAuthenticationService IdentityModelAuthenticationService { get; }
Property Value
Type Description
IIdentityModelAuthenticationService

Methods

Authenticate(RemoteServiceHttpClientAuthenticateContext)

Declaration
public virtual Task Authenticate(RemoteServiceHttpClientAuthenticateContext context)
Parameters
Type Name Description
RemoteServiceHttpClientAuthenticateContext context
Returns
Type Description
Task

Implements

IRemoteServiceHttpClientAuthenticator
ITransientDependency

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.IsIn<T>(T, IEnumerable<T>)
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft