cryptographicBindingMethodsSupported property

  1. @BuiltValueField(wireName: r'cryptographic_binding_methods_supported')
BuiltList<String>? cryptographicBindingMethodsSupported

OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported Contains a list of cryptographic binding methods supported for signing the proof.

Implementation

@BuiltValueField(wireName: r'cryptographic_binding_methods_supported')
BuiltList<String>? get cryptographicBindingMethodsSupported;