OpenId4VpResponse class final

An unverified OpenID4VP response envelope.

Constructors

OpenId4VpResponse.parse(String responseJson)
Parses standard, legacy, and digital-wrapped provider envelopes.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
presentationsByQueryId Map<String, List<String>>
Opaque credential presentations, keyed by DCQL credential ID.
final
protocol String?
Provider protocol when available. Legacy envelopes omit this field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
presentationsFor(String queryId) List<String>
Returns presentations for a requested DCQL credential ID.
toString() String
A string representation of this object.
inherited

Operators

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