@theredspace/spp-client
    Preparing search index...

    Interface SPPClientOptions

    interface SPPClientOptions {
        accessToken?: string;
        callbackUrl?: string;
        clientId?: string;
        clientSecret?: string;
        onError?: (err: any) => {};
        onRefresh?: (tokens: any) => Promise<void>;
        refreshToken?: string;
        sppUrl?: string;
    }
    Index

    Properties

    accessToken?: string
    callbackUrl?: string
    clientId?: string
    clientSecret?: string
    onError?: (err: any) => {}
    onRefresh?: (tokens: any) => Promise<void>
    refreshToken?: string
    sppUrl?: string