Class: Google::Apis::Oauth2V2::Jwk
- Inherits:
-
Object
- Object
- Google::Apis::Oauth2V2::Jwk
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/oauth2_v2/classes.rb,
generated/google/apis/oauth2_v2/representations.rb,
generated/google/apis/oauth2_v2/representations.rb
Defined Under Namespace
Classes: Key
Instance Attribute Summary collapse
-
#keys ⇒ Array<Google::Apis::Oauth2V2::Jwk::Key>
Corresponds to the JSON property
keys
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Jwk
constructor
A new instance of Jwk.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ Jwk
Returns a new instance of Jwk
34 35 36 |
# File 'generated/google/apis/oauth2_v2/classes.rb', line 34 def initialize(**args) update!(**args) end |
Instance Attribute Details
#keys ⇒ Array<Google::Apis::Oauth2V2::Jwk::Key>
Corresponds to the JSON property keys
32 33 34 |
# File 'generated/google/apis/oauth2_v2/classes.rb', line 32 def keys @keys end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
39 40 41 |
# File 'generated/google/apis/oauth2_v2/classes.rb', line 39 def update!(**args) @keys = args[:keys] if args.key?(:keys) end |