Class CallCredentials
Inheritance
CallCredentials
Assembly: Grpc.Core.Api.dll
Syntax
public abstract class CallCredentials
Constructors
CallCredentials()
Declaration
protected CallCredentials()
Methods
Compose(params CallCredentials[])
Declaration
public static CallCredentials Compose(params CallCredentials[] credentials)
Parameters
Returns
FromInterceptor(AsyncAuthInterceptor)
Declaration
public static CallCredentials FromInterceptor(AsyncAuthInterceptor interceptor)
Parameters
Returns
InternalPopulateConfiguration(CallCredentialsConfiguratorBase, object?)
Declaration
public abstract void InternalPopulateConfiguration(CallCredentialsConfiguratorBase configurator, object? state)
Parameters