AuthRequest
auth objectnullable
userId stringrequired
signerAddress stringnullable
chainId stringnullable
iat numberrequired
exp numberrequired
hasSignedUp booleanrequired
AuthRequest
{
"auth": {
"userId": "string",
"signerAddress": "string",
"chainId": "string",
"iat": 0,
"exp": 0,
"hasSignedUp": true
}
}