interface Token {
    expiry: number;
    value: string;
}

Properties

Properties

expiry: number

Value in seconds (Unix Epoch Time)

value: string