Sha256: 5ca3defd4a4ba052cc8dc9169af26451caeff625921509001df5e064f73c72bc
Contents?: true
Size: 355 Bytes
Versions: 73
Compression:
Stored size: 355 Bytes
Contents
# OryClient::VerifiableCredentialProof ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **jwt** | **String** | | [optional] | | **proof_type** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::VerifiableCredentialProof.new( jwt: null, proof_type: null ) ```
Version data entries
73 entries across 73 versions & 1 rubygems