Integration App SDK - v1.14.0
    Preparing search index...

    Interface ConnectorAuthOAuth1

    interface ConnectorAuthOAuth1 {
        description?: string;
        ui?: { schema?: DataSchema; helpUri?: string };
        title?: string;
        credentialsSchema?: DataSchema;
        customCredentialsSchema?: DataSchema;
        makeApiClient?: ConnectorMethodImplementationBase;
        refreshCredentials?: ConnectorMethodImplementationBase;
        test?: ConnectorMethodImplementationBase;
        enabled?: any;
        type: "oauth1";
        getOAuthConfig?: ConnectorMethodImplementation;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    ui?: { schema?: DataSchema; helpUri?: string }
    title?: string
    credentialsSchema?: DataSchema
    customCredentialsSchema?: DataSchema
    enabled?: any
    type: "oauth1"