Delegate AsyncAuthInterceptor (2.48.0)

public delegate Task AsyncAuthInterceptor(AuthInterceptorContext context, Metadata metadata);

Asynchronous authentication interceptor for CallCredentials.

Namespace

Grpc.Core

Assembly

Grpc.Core.Api.dll

Parameters

Name Description
context AuthInterceptorContext

The interceptor context.

metadata Metadata

Metadata to populate with entries that will be added to outgoing call's headers.

Returns

Type Description
Task