Sha256: bf4edc2352d5b753ed8e435153059deef18e56a181ebaed6458bd4d449130a91
Contents?: true
Size: 513 Bytes
Versions: 3
Compression:
Stored size: 513 Bytes
Contents
# OryHydraClient::CreateVerifiableCredentialRequestBody ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **format** | **String** | | [optional] | | **proof** | [**VerifiableCredentialProof**](VerifiableCredentialProof.md) | | [optional] | | **types** | **Array<String>** | | [optional] | ## Example ```ruby require 'ory-hydra-client' instance = OryHydraClient::CreateVerifiableCredentialRequestBody.new( format: null, proof: null, types: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems