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

    Interface ConnectionOptionsAmazon

    Options for the 'amazon' connection

    interface ConnectionOptionsAmazon {
        client_id?: string;
        client_secret?: string;
        freeform_scopes?: ConnectionScopeArray;
        postal_code?: boolean;
        profile?: boolean;
        scope?: ConnectionScopeArray;
        set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
        upstream_params?: ConnectionUpstreamParams;
        non_persistent_attrs?: ConnectionNonPersistentAttrs;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    client_id?: string
    client_secret?: string
    freeform_scopes?: ConnectionScopeArray
    postal_code?: boolean

    When enabled, requests the user's postal code from Amazon during authentication. This adds the 'postal_code' scope to the authorization request.

    profile?: boolean

    When enabled, requests the user's basic profile information (name, email, user ID) from Amazon during authentication. This scope is always enabled for Amazon connections.

    upstream_params?: ConnectionUpstreamParams
    non_persistent_attrs?: ConnectionNonPersistentAttrs