AuthToken

Git Source

struct AuthToken {
    string domain;
    address userAddr;
    uint256 validUntil;
}