class Google::Apis::Oauth2V2::Jwk

Attributes

keys[RW]

Corresponds to the JSON property `keys` @return [Array<Google::Apis::Oauth2V2::Jwk::Key>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/oauth2_v2/classes.rb, line 34
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/oauth2_v2/classes.rb, line 39
def update!(**args)
  @keys = args[:keys] if args.key?(:keys)
end