Custom Path Configuration for User's Default Adapter's SDK

Description

This interface is used to define the custom path configuration for User's Default Adapter's SDK.

interface UserDefaultAdapterSDKCustomPathConfig {
    checkUserPasswordPath?: string;
    createInvitationPath?: string;
    createUserForAdminPath?: string;
    createUserPath?: string;
    getAttachmentsPath?: string;
    getOneUserPath?: string;
    getUsersPath?: string;
    patchUserPath?: string;
}

Properties

checkUserPasswordPath?: string
createInvitationPath?: string
createUserForAdminPath?: string
createUserPath?: string
getAttachmentsPath?: string
getOneUserPath?: string
getUsersPath?: string
patchUserPath?: string

Generated using TypeDoc