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: 1.2.0-dev
Syntax
public static Task<ChannelCredentials> GetApplicationDefaultAsync()

Return Value

Type: TaskChannelCredentials
The ChannelCredentials instance.
See Also