Skip to content

FullSsoParams

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