foundation-comms.ssocredentialsinput
Home > @genesislcap/foundation-comms > SSOCredentialsInput
SSOCredentialsInput type
Represents SSO credentials for a user.
Signature:
export type SSOCredentialsInput = {
ssoToken: string;
};
Home > @genesislcap/foundation-comms > SSOCredentialsInput
Represents SSO credentials for a user.
Signature:
export type SSOCredentialsInput = {
ssoToken: string;
};