CacaoRequestPayload class

Implementers
Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

CacaoRequestPayload({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
CacaoRequestPayload.fromJson(Map<String, dynamic> json)
factory
CacaoRequestPayload.fromPayloadParams(AuthPayloadParams params)
factory

Properties

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

Methods

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

Operators

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