Class: Google::Apis::DiscoveryV1::RestDescription::Auth

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/discovery_v1/classes.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

Instance Method Summary collapse

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

#oauth2Google::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