foundation-comms.refreshcredentialsinput
Home > @genesislcap/foundation-comms > RefreshCredentialsInput
RefreshCredentialsInput type
Represents refresh credentials for a user.
Signature:
export type RefreshCredentialsInput = {
username: string;
refreshToken: string;
mfaToken?: string;
};