public abstract class CallCredentialsConfiguratorBase
Base class for objects that can consume configuration from CallCredentials
objects.
Note: experimental API that can change or be removed without any prior notice.
Namespace
Grpc.CoreAssembly
Grpc.Core.Api.dll
Methods
SetAsyncAuthInterceptorCredentials(object?, AsyncAuthInterceptor)
public abstract void SetAsyncAuthInterceptorCredentials(object? state, AsyncAuthInterceptor interceptor)
Consumes configuration for call credentials created from AsyncAuthInterceptor
Parameters | |
---|---|
Name | Description |
state |
object |
interceptor |
AsyncAuthInterceptor |
SetCompositeCredentials(object?, IReadOnlyList<CallCredentials>)
public abstract void SetCompositeCredentials(object? state, IReadOnlyList<CallCredentials> credentials)
Consumes configuration for composite call credentials.
Parameters | |
---|---|
Name | Description |
state |
object |
credentials |
IReadOnlyListCallCredentials |