@opentdf/sdk
    Preparing search index...

    Interface PlatformClientOptions

    interface PlatformClientOptions {
        authProvider?: AuthProvider;
        interceptors?: Interceptor[];
        platformUrl: string;
    }
    Index

    Properties

    authProvider?: AuthProvider

    Authentication provider for generating auth interceptor.

    since 0.14.0. Use interceptors with authTokenInterceptor() or authTokenDPoPInterceptor() instead.

    interceptors?: Interceptor[]

    Array of interceptors to apply to rpc requests. Preferred over authProvider.

    platformUrl: string

    Base URL of the platform API.