@refoldai/refold-js
    Preparing search index...

    Enumeration ConnectorAuthType

    The auth types a universal connector can offer, as keyed in Application.auth_type_options. A native application is only ever an AuthType; a connector names its own and may support several, so the caller has to say which one it is submitting.

    Index
    ApiKey: "api_key"
    BasicAuth: "basic_auth"
    BearerToken: "bearer_token"
    OAuth2: "oauth2"