Class: Google::Apis::DiscoveryV1::RestDescription::Auth
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryV1::RestDescription::Auth
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/discovery_v1/classes.rb,
lib/google/apis/generator/model.rb,
generated/google/apis/discovery_v1/representations.rb,
generated/google/apis/discovery_v1/representations.rb
Overview
Authentication information.
Defined Under Namespace
Classes: Oauth2
Instance Attribute Summary collapse
-
#oauth2 ⇒ Google::Apis::DiscoveryV1::RestDescription::Auth::Oauth2
OAuth 2.0 authentication information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Auth
constructor
A new instance of Auth.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Auth
Returns a new instance of Auth
593 594 595 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 593 def initialize(**args) update!(**args) end |
Instance Attribute Details
#oauth2 ⇒ Google::Apis::DiscoveryV1::RestDescription::Auth::Oauth2
OAuth 2.0 authentication information.
Corresponds to the JSON property oauth2
591 592 593 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 591 def oauth2 @oauth2 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
598 599 600 |
# File 'generated/google/apis/discovery_v1/classes.rb', line 598 def update!(**args) @oauth2 = args[:oauth2] if args.key?(:oauth2) end |