Class IdentityModelRemoteServiceHttpClientAuthenticator
Inheritance
object
IdentityModelRemoteServiceHttpClientAuthenticator
Inherited Members
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
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
| 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 |
|---|---|
| System.Threading.Tasks.Task |