Class NullRemoteServiceHttpClientAuthenticator
Inheritance
System.Object
NullRemoteServiceHttpClientAuthenticator
Namespace: Volo.Abp.Http.Client.Authentication
Assembly: Volo.Abp.Http.Client.dll
Syntax
public class NullRemoteServiceHttpClientAuthenticator : object, IRemoteServiceHttpClientAuthenticator, ISingletonDependency
Methods
Authenticate(RemoteServiceHttpClientAuthenticateContext)
Declaration
public Task Authenticate(RemoteServiceHttpClientAuthenticateContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RemoteServiceHttpClientAuthenticateContext | context |
Returns
| Type | Description |
|---|---|
| Task |
Implements
ISingletonDependency