Langfuse JS/TS SDKs
    Preparing search index...

    Interface ServiceProviderConfig

    interface ServiceProviderConfig {
        authenticationSchemes: AuthenticationScheme[];
        bulk: BulkConfig;
        changePassword: ScimFeatureSupport;
        documentationUri: string;
        etag: ScimFeatureSupport;
        filter: FilterConfig;
        meta: ResourceMeta;
        patch: ScimFeatureSupport;
        schemas: string[];
        sort: ScimFeatureSupport;
    }
    Index

    Properties

    authenticationSchemes: AuthenticationScheme[]
    changePassword: ScimFeatureSupport
    documentationUri: string
    filter: FilterConfig
    schemas: string[]