CredentialSupportedDraft00 class abstract

Includes information about the supported verifiable credentials.

Properties:

  • cryptographicBindingMethodsSupported - OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported Contains a list of cryptographic binding methods supported for signing the proof.
  • cryptographicSuitesSupported - OpenID Connect Verifiable Credentials Cryptographic Suites Supported Contains a list of cryptographic suites methods supported for signing the proof.
  • format - OpenID Connect Verifiable Credentials Format Contains the format that is supported by this authorization server.
  • types - OpenID Connect Verifiable Credentials Types Contains the types of verifiable credentials supported.
Annotations
  • @BuiltValue()

Constructors

CredentialSupportedDraft00([void updates(CredentialSupportedDraft00Builder b)])
factory

Properties

cryptographicBindingMethodsSupported → BuiltList<String>?
OpenID Connect Verifiable Credentials Cryptographic Binding Methods Supported Contains a list of cryptographic binding methods supported for signing the proof.
no setter
cryptographicSuitesSupported → BuiltList<String>?
OpenID Connect Verifiable Credentials Cryptographic Suites Supported Contains a list of cryptographic suites methods supported for signing the proof.
no setter
format String?
OpenID Connect Verifiable Credentials Format Contains the format that is supported by this authorization server.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types → BuiltList<String>?
OpenID Connect Verifiable Credentials Types Contains the types of verifiable credentials supported.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CredentialSupportedDraft00Builder)) CredentialSupportedDraft00
Rebuilds the instance.
inherited
toBuilder() CredentialSupportedDraft00Builder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CredentialSupportedDraft00>
no setter