struct StsCredentialsOptions
Defined at line 281 of file ../../third_party/grpc-migrating/src/include/grpcpp/security/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 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.
Public Members
basic_string token_exchange_service_uri
basic_string resource
basic_string audience
basic_string scope
basic_string requested_token_type
basic_string subject_token_path
basic_string subject_token_type
basic_string actor_token_path
basic_string actor_token_type