Class: Google::Cloud::Ces::V1::EndUserAuthConfig::Oauth2AuthCodeConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1/auth.rb

Overview

Oauth 2.0 Authorization Code authentication configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#oauth_token::String

Returns Required. Oauth token parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.

Returns:

  • (::String)

    Required. Oauth token parameter name to pass through. Must be in the format $context.variables.<name_of_variable>.



157
158
159
160
# File 'proto_docs/google/cloud/ces/v1/auth.rb', line 157

class Oauth2AuthCodeConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end