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
Type Declaration
Section titled “Type Declaration”clientId
Section titled “clientId”clientId:
string
merchantId
Section titled “merchantId”merchantId:
string
metadata
Section titled “metadata”metadata:
AppSpecificSsoMetadata