Sha256: e0f4f340b96083b2489f85731904f1c57d4b9b56faee97e4739890b0d510dd34
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 Bytes
Contents
# OryHydraClient::VerifiableCredentialProof ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **jwt** | **String** | | [optional] | | **proof_type** | **String** | | [optional] | ## Example ```ruby require 'ory-hydra-client' instance = OryHydraClient::VerifiableCredentialProof.new( jwt: null, proof_type: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ory-hydra-client-2.2.1 | docs/VerifiableCredentialProof.md |
ory-hydra-client-2.2.0 | docs/VerifiableCredentialProof.md |
ory-hydra-client-2.2.0.rc3 | docs/VerifiableCredentialProof.md |