GRPC C++
1.30.0
|
Options for creating STS Oauth Token Exchange credentials following the IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16. More...
#include <credentials_impl.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.
grpc::string grpc_impl::experimental::StsCredentialsOptions::actor_token_path |
grpc::string grpc_impl::experimental::StsCredentialsOptions::actor_token_type |
grpc::string grpc_impl::experimental::StsCredentialsOptions::audience |
grpc::string grpc_impl::experimental::StsCredentialsOptions::requested_token_type |
grpc::string grpc_impl::experimental::StsCredentialsOptions::resource |
grpc::string grpc_impl::experimental::StsCredentialsOptions::scope |
grpc::string grpc_impl::experimental::StsCredentialsOptions::subject_token_path |
grpc::string grpc_impl::experimental::StsCredentialsOptions::subject_token_type |
grpc::string grpc_impl::experimental::StsCredentialsOptions::token_exchange_service_uri |