Click or drag to resize
GoogleGrpcCredentialsGetApplicationDefaultAsync Method
Retrieves an instance of Google's Application Default Credentials using GoogleCredential.GetApplicationDefaultAsync() and converts them into a gRPC ChannelCredentials that use the default SSL credentials.

Namespace: Grpc.Auth
Assembly: Grpc.Auth (in Grpc.Auth.dll) Version: 0.12.0.0
Syntax
public static Task<ChannelCredentials> GetApplicationDefaultAsync()

Return Value

Type: TaskChannelCredentials
The ChannelCredentials instance.
See Also