docs/interfaces/management.Management.ConnectionOptionsAmazon.html
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;
}
Accepts any additional properties
client_id?client_secret?freeform_scopes?postal_code?profile?scope?set_user_root_attributes?upstream_params?non_persistent_attrs?
Optionalclient_idclient_id?: string
Optionalclient_secretclient_secret?: string
Optionalfreeform_scopesfreeform_scopes?: ConnectionScopeArray
Optionalpostal_codepostal_code?: boolean
When enabled, requests the user's postal code from Amazon during authentication. This adds the 'postal_code' scope to the authorization request.
Optionalprofileprofile?: 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.
Optionalscopescope?: ConnectionScopeArray
Optionalset_user_root_attributesset_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum
Optionalupstream_paramsupstream_params?: ConnectionUpstreamParams
Optionalnon_persistent_attrsnon_persistent_attrs?: ConnectionNonPersistentAttrs
Member Visibility
ThemeOSLightDark
Properties client_idclient_secretfreeform_scopespostal_codeprofilescopeset_user_root_attributesupstream_paramsnon_persistent_attrs