CredentialsSupportedObject class

Implemented types

Constructors

CredentialsSupportedObject({required String format, required List<String> type, String? id, List<String>? context, List<OidcDisplayObject>? display, Map<String, CredentialSubjectMetadata>? credentialSubject, List<String>? cryptographicBindingMethods, List<String>? cryptographicSuitesSupported, List<String>? order})
CredentialsSupportedObject.fromJson(dynamic data)

Properties

context List<String>?
getter/setter pair
credentialSubject Map<String, CredentialSubjectMetadata>?
getter/setter pair
cryptographicBindingMethods List<String>?
getter/setter pair
cryptographicSuitesSupported List<String>?
getter/setter pair
display List<OidcDisplayObject>?
getter/setter pair
format String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
order List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type List<String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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