AuthRequestParams constructor
AuthRequestParams({})
Implementation
AuthRequestParams({
required this.chainId,
required this.domain,
required this.aud,
String? nonce,
this.type = CacaoHeader.EIP4361,
this.nbf,
this.exp,
this.statement,
this.requestId,
this.resources,
this.expiry,
}) : nonce = nonce ?? AuthUtils.generateNonce();