The endpoint to get the path for

The realm path

The custom paths

interface GetEndpointPathParams {
    customPaths?: CustomPathConfig;
    endpoint: keyof CustomPathConfig;
    realmPath?: string;
}

Properties

customPaths?: CustomPathConfig
endpoint: keyof CustomPathConfig
realmPath?: string