interface TokenObject {
    client_ip: string;
    id: string;
    type: TokenObjectType;
}

Properties

Properties

client_ip: string
id: string