AuthPayloadParams class

Annotations
  • @JsonSerializable(includeIfNull: false)

Constructors

AuthPayloadParams({required String type, required String chainId, 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
AuthPayloadParams.fromJson(Map<String, dynamic> json)
factory
AuthPayloadParams.fromRequestParams(AuthRequestParams params)
factory

Properties

aud String
final
chainId 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
type 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