interface UserAccessToken {
    expiryDate?: string;
    tokenId: string;
}

Properties

Properties

expiryDate?: string
tokenId: string