struct grpc_sts_credentials_options
Defined at line 84 of file ../../third_party/grpc-migrating/src/include/grpc/credentials.h
Options for creating STS Oauth Token Exchange credentials following the IETF
draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16.
Optional fields may be set to NULL or empty string. It is the responsibility
of the caller to ensure that the subject and actor tokens are refreshed on
disk at the specified paths. This API is used for experimental purposes for
now and may change in the future.
Public Members
const char * token_exchange_service_uri
const char * resource
const char * audience
const char * scope
const char * requested_token_type
const char * subject_token_path
const char * subject_token_type
const char * actor_token_path
const char * actor_token_type