public delegate Task AsyncAuthInterceptor(AuthInterceptorContext context, Metadata metadata)Asynchronous authentication interceptor for CallCredentials.
Namespace
Grpc.CoreAssembly
Grpc.Core.Api.dll
Parameters |
|
|---|---|
| Name | Description |
context |
AuthInterceptorContextThe interceptor context. |
metadata |
MetadataMetadata to populate with entries that will be added to outgoing call's headers. |
Returns |
|
|---|---|
| Type | Description |
Task |
|