RefreshJWTParams

type RefreshJWTParams = {
account: Account;
expirationTime?: number;
jwt: string;
};