Show / Hide Table of Contents

    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.

    Inheritance
    System.Object
    CallCredentialsConfiguratorBase
    Namespace: Grpc.Core
    Assembly: Grpc.Core.Api.dll
    Syntax
    public abstract class CallCredentialsConfiguratorBase : object

    Methods

    SetAsyncAuthInterceptorCredentials(Object, AsyncAuthInterceptor)

    Consumes configuration for call credentials created from AsyncAuthInterceptor

    Declaration
    public abstract void SetAsyncAuthInterceptorCredentials(object state, AsyncAuthInterceptor interceptor)
    Parameters
    Type Name Description
    System.Object state
    AsyncAuthInterceptor interceptor

    SetCompositeCredentials(Object, IReadOnlyList<CallCredentials>)

    Consumes configuration for composite call credentials.

    Declaration
    public abstract void SetCompositeCredentials(object state, IReadOnlyList<CallCredentials> credentials)
    Parameters
    Type Name Description
    System.Object state
    IReadOnlyList<CallCredentials> credentials
    Back to top Generated by DocFX