Class: Google::Cloud::Ces::V1beta::BearerTokenConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::BearerTokenConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ces/v1beta/auth.rb
Overview
Configurations for authentication with a bearer token.
Instance Attribute Summary collapse
-
#token ⇒ ::String
Required.
Instance Attribute Details
#token ⇒ ::String
Returns Required. The bearer token.
Must be in the format $context.variables.<name_of_variable>.
130 131 132 133 |
# File 'proto_docs/google/cloud/ces/v1beta/auth.rb', line 130 class BearerTokenConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |