Module: Lithic::Models::CardWebProvisionResponse

Extended by:
Internal::Type::Union
Defined in:
lib/lithic/models/card_web_provision_response.rb

Overview

Defined Under Namespace

Classes: AppleWebPushProvisioningResponse, GoogleWebPushProvisioningResponse

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info

Class Method Details

.variantsArray(Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse, Lithic::Models::CardWebProvisionResponse::GoogleWebPushProvisioningResponse)



# File 'lib/lithic/models/card_web_provision_response.rb', line 117

Instance Method Details

#initialize(kid: nil) ⇒ Object

JWS unprotected headers containing header parameters that aren’t integrity-protected by the JWS signature.

Parameters:

  • kid (String) (defaults to: nil)

    The ID for the JWS Public Key of the key pair used to generate the signature.



# File 'lib/lithic/models/card_web_provision_response.rb', line 83