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.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.
◆ actor_token_path
grpc::string grpc::experimental::StsCredentialsOptions::actor_token_path |
◆ actor_token_type
grpc::string grpc::experimental::StsCredentialsOptions::actor_token_type |
◆ audience
grpc::string grpc::experimental::StsCredentialsOptions::audience |
◆ requested_token_type
grpc::string grpc::experimental::StsCredentialsOptions::requested_token_type |
◆ resource
grpc::string grpc::experimental::StsCredentialsOptions::resource |
◆ scope
grpc::string grpc::experimental::StsCredentialsOptions::scope |
◆ subject_token_path
grpc::string grpc::experimental::StsCredentialsOptions::subject_token_path |
◆ subject_token_type
grpc::string grpc::experimental::StsCredentialsOptions::subject_token_type |
◆ token_exchange_service_uri
grpc::string grpc::experimental::StsCredentialsOptions::token_exchange_service_uri |
The documentation for this struct was generated from the following file: