CacaoPayload class

Annotations
  • @freezed

Constructors

CacaoPayload({required String iss, required String domain, required String aud, required String version, required String nonce, required String iat, String? nbf, String? exp, String? statement, String? requestId, List<String>? resources})
const
factory
CacaoPayload.fromJson(Map<String, dynamic> json)
factory
CacaoPayload.fromRequestPayload({required String issuer, required CacaoRequestPayload payload})
factory

Properties

aud String
no setterinherited
copyWith → $CacaoPayloadCopyWith<CacaoPayload>
no setterinherited
domain String
no setterinherited
exp String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
iat String
no setterinherited
iss String
no setterinherited
nbf String?
no setterinherited
nonce String
no setterinherited
requestId String?
no setterinherited
resources List<String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement String?
no setterinherited
version String
no setterinherited

Methods

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

Operators

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