Class CallCredentialsConfiguratorBase (2.48.0)

public abstract class CallCredentialsConfiguratorBase : object

Base class for objects that can consume configuration from CallCredentials objects. Note: experimental API that can change or be removed without any prior notice.

Inheritance

Object > CallCredentialsConfiguratorBase

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Methods

SetAsyncAuthInterceptorCredentials(Nullable<Object>, AsyncAuthInterceptor)

public abstract void SetAsyncAuthInterceptorCredentials(object? state, AsyncAuthInterceptor interceptor)

Consumes configuration for call credentials created from AsyncAuthInterceptor

Parameters
NameDescription
stateNullable<Object>
interceptorAsyncAuthInterceptor

SetCompositeCredentials(Nullable<Object>, IReadOnlyList<CallCredentials>)

public abstract void SetCompositeCredentials(object? state, IReadOnlyList<CallCredentials> credentials)

Consumes configuration for composite call credentials.

Parameters
NameDescription
stateNullable<Object>
credentialsIReadOnlyList<CallCredentials>