CacaoPayload class

Inheritance
Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

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

Properties

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

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.
inherited

Operators

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