Class IdentityModelRemoteServiceHttpClientAuthenticator
Inheritance
IdentityModelRemoteServiceHttpClientAuthenticator
Assembly: Volo.Abp.Http.Client.IdentityModel.dll
Syntax
[Dependency(ReplaceServices = true)]
public class IdentityModelRemoteServiceHttpClientAuthenticator : IRemoteServiceHttpClientAuthenticator, ITransientDependency
Constructors
IdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService)
Declaration
public IdentityModelRemoteServiceHttpClientAuthenticator(IIdentityModelAuthenticationService identityModelAuthenticationService)
Parameters
Properties
IdentityModelAuthenticationService
Declaration
protected IIdentityModelAuthenticationService IdentityModelAuthenticationService { get; }
Property Value
Methods
Authenticate(RemoteServiceHttpClientAuthenticateContext)
Declaration
public virtual Task Authenticate(RemoteServiceHttpClientAuthenticateContext context)
Parameters
Returns
Implements
Extension Methods