Sha256: 70971a4fc74a540422cada760f4d859d19688991329b4198ef59d84b0d9c6055
Contents?: true
Size: 766 Bytes
Versions: 969
Compression:
Stored size: 766 Bytes
Contents
# CybridApiBank::PostVerificationKeyBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | The verification key's type. | | | **algorithm** | **String** | The verification key's algorithm. | | | **public_key** | **String** | DER encoded public key in Base64 format. | | | **nonce** | **String** | Value signed in the **signature** field. | | | **signature** | **String** | Signature on **nonce** using PKCS1v15 padding and the SHA512 hashing algorithm in Base64 format. | | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostVerificationKeyBankModel.new( type: null, algorithm: null, public_key: null, nonce: null, signature: null ) ```
Version data entries
969 entries across 969 versions & 1 rubygems