#include <credentials.h>
Public Attributes | |
grpc::string | actor_token_path |
grpc::string | actor_token_type |
grpc::string | audience |
grpc::string | requested_token_type |
grpc::string | resource |
grpc::string | scope |
grpc::string | subject_token_path |
grpc::string | subject_token_type |
grpc::string | token_exchange_service_uri |
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.
Definition at line 299 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::actor_token_path |
Definition at line 307 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::actor_token_type |
Definition at line 308 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::audience |
Definition at line 302 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::requested_token_type |
Definition at line 304 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::resource |
Definition at line 301 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::scope |
Definition at line 303 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::subject_token_path |
Definition at line 305 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::subject_token_type |
Definition at line 306 of file include/grpcpp/security/credentials.h.
grpc::string grpc::experimental::StsCredentialsOptions::token_exchange_service_uri |
Definition at line 300 of file include/grpcpp/security/credentials.h.