Class: Google::Apis::StsV1::GoogleIdentityStsV1Jwks

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sts_v1/classes.rb,
lib/google/apis/sts_v1/representations.rb,
lib/google/apis/sts_v1/representations.rb

Overview

Response message for GetJwks.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleIdentityStsV1Jwks

Returns a new instance of GoogleIdentityStsV1Jwks.



469
470
471
# File 'lib/google/apis/sts_v1/classes.rb', line 469

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#keysArray<Google::Apis::StsV1::GoogleIdentityStsV1Jwk>

The JWKS for this OP. Corresponds to the JSON property keys



467
468
469
# File 'lib/google/apis/sts_v1/classes.rb', line 467

def keys
  @keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



474
475
476
# File 'lib/google/apis/sts_v1/classes.rb', line 474

def update!(**args)
  @keys = args[:keys] if args.key?(:keys)
end