Class: Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws
- Defined in:
- lib/lithic/models/card_web_provision_response.rb
Overview
Defined Under Namespace
Classes: Header
Instance Attribute Summary collapse
-
#header ⇒ Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws::Header?
JWS unprotected headers containing header parameters that aren’t integrity-protected by the JWS signature.
-
#payload ⇒ String?
Base64url encoded JSON object containing the provisioning payload.
-
#protected ⇒ String?
Base64url encoded JWS protected headers containing the header parameters that are integrity-protected by the JWS signature.
-
#signature ⇒ String?
Base64url encoded signature of the JWS object.
Instance Method Summary collapse
-
#initialize(header: nil, payload: nil, protected: nil, signature: nil) ⇒ Object
constructor
Some parameter documentations has been truncated, see Jws for more details.
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(header: nil, payload: nil, protected: nil, signature: nil) ⇒ Object
Some parameter documentations has been truncated, see Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws for more details.
JWS object required for handoff to Apple’s script.
|
|
# File 'lib/lithic/models/card_web_provision_response.rb', line 60
|
Instance Attribute Details
#header ⇒ Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws::Header?
JWS unprotected headers containing header parameters that aren’t integrity-protected by the JWS signature.
38 39 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 38 optional :header, -> { Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse::Jws::Header } |
#payload ⇒ String?
Base64url encoded JSON object containing the provisioning payload.
45 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 45 optional :payload, String |
#protected ⇒ String?
Base64url encoded JWS protected headers containing the header parameters that are integrity-protected by the JWS signature.
52 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 52 optional :protected, String |
#signature ⇒ String?
Base64url encoded signature of the JWS object.
58 |
# File 'lib/lithic/models/card_web_provision_response.rb', line 58 optional :signature, String |