Click or drag to resize
AsyncAuthInterceptor Delegate
Asynchronous authentication interceptor for CallCredentials.

Namespace: Grpc.Core
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.12.0.0
Syntax
public delegate Task AsyncAuthInterceptor(
	AuthInterceptorContext context,
	Metadata metadata
)

Parameters

context
Type: Grpc.CoreAuthInterceptorContext
The interceptor context.
metadata
Type: Grpc.CoreMetadata
Metadata to populate with entries that will be added to outgoing call's headers.

Return Value

Type: Task
See Also