Type alias UsePermissionModuleData

UsePermissionModuleData: {
    enableSessionData?: EnableSessionData;
    mode?: SmartSessionModeType;
    permissionIdIndex?: number;
} & PreparePermissionResponse

Represents the data structure for using a session module.

Type declaration

  • Optional enableSessionData?: EnableSessionData

    Data for enabling the session.

  • Optional mode?: SmartSessionModeType

    The mode of the smart session.

  • Optional permissionIdIndex?: number

    The index of the permission ID to use for the session. Defaults to 0.