GRPC C++  1.76.0
Data Fields
grpc::GoogleDefaultCredentialsOptions Struct Reference

Options used to build GoogleDefaultCredentials. More...

#include <credentials.h>

Data Fields

bool use_alts_call_credentials = false
 Indicates if the created credentials should also contain ALTS specific credentials. More...
 

Detailed Description

Options used to build GoogleDefaultCredentials.

Field Documentation

◆ use_alts_call_credentials

bool grpc::GoogleDefaultCredentialsOptions::use_alts_call_credentials = false

Indicates if the created credentials should also contain ALTS specific credentials.

By default, the created credentials will be used for TLS.


The documentation for this struct was generated from the following file: