Class: Google::Apis::DiscoveryV1::RestDescription::Auth
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryV1::RestDescription::Auth
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discovery_v1/classes.rb,
lib/google/apis/discovery_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ Auth
Returns a new instance of Auth.
614 615 616 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 614 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
612 613 614 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 612 def oauth2 @oauth2 end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
619 620 621 |
# File 'lib/google/apis/discovery_v1/classes.rb', line 619 def update!(**args) @oauth2 = args[:oauth2] if args.key?(:oauth2) end |