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

    Type Alias ConnectionScopeOAuth2

    ConnectionScopeOAuth2: string | string[]

    OAuth 2.0 scopes requested from the identity provider during authorization. Determines what user information and permissions Auth0 can access. Can be specified as a space-delimited string (e.g., 'openid profile email') or array of scope values. The 'useOauthSpecScope' setting controls delimiter behavior when using connection_scope parameter.