Class: AnzApi::Endpoints::FetchJwk

Inherits:
AnzApi::Endpoint show all
Includes:
PartnerApi::Endpoints::Initializer
Defined in:
lib/anz_api/endpoints/fetch_jwk.rb

Instance Method Summary collapse

Methods included from PartnerApi::Endpoints::Initializer

prepended

Methods inherited from PartnerApi::Endpoints::Base

#call

Constructor Details

#initialize(request_id: SecureRandom.uuid) ⇒ FetchJwk

Returns a new instance of FetchJwk.



8
9
10
# File 'lib/anz_api/endpoints/fetch_jwk.rb', line 8

def initialize(request_id: SecureRandom.uuid)
  @request_id = request_id
end