ory-client 1.22.37

OpenAPI API client for Ory Network, Ory's web-scale API for identity and access control.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# CredentialSupportedDraft00

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**cryptographic_binding_methods_supported** | Option<**Vec<String>**> | OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported  Contains a list of cryptographic binding methods supported for signing the proof. | [optional]
**cryptographic_suites_supported** | Option<**Vec<String>**> | OpenID Connect Verifiable Credentials Cryptographic Suites Supported  Contains a list of cryptographic suites methods supported for signing the proof. | [optional]
**format** | Option<**String**> | OpenID Connect Verifiable Credentials Format  Contains the format that is supported by this authorization server. | [optional]
**types** | Option<**Vec<String>**> | OpenID Connect Verifiable Credentials Types  Contains the types of verifiable credentials supported. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)