Aller au contenu

FullSsoParams

Ce contenu n’est pas encore disponible dans votre langue.

FullSsoParams = Omit<PrepareSsoParamsType, "metadata"> & { clientId: string; merchantId: string; metadata: AppSpecificSsoMetadata; }

Defined in: utils/sso/sso.ts:13

The full SSO params that will be used for compression

clientId: string

merchantId: string

metadata: AppSpecificSsoMetadata