Auth0 Node.js SDK - v5.3.1
    Preparing search index...

    Variable ConnectionOptionsProtocolEnumTwitterConst

    ConnectionOptionsProtocolEnumTwitter: { Oauth1: "oauth1"; Oauth2: "oauth2" } = ...

    Allowed protocol identifiers for Twitter connections. Use oauth1 for the legacy v1.1 OAuth flow or oauth2 for the newer OAuth 2.0 flow.

    Type Declaration

    • ReadonlyOauth1: "oauth1"
    • ReadonlyOauth2: "oauth2"