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