Back to Node Auth0

Interface ConnectionOptionsBitbucket

docs/interfaces/management.Management.ConnectionOptionsBitbucket.html

5.9.12.6 KB
Original Source

Interface ConnectionOptionsBitbucket

Options for the 'bitbucket' connection

interface ConnectionOptionsBitbucket {
client_id?: string;
client_secret?: string;
freeform_scopes?: ConnectionScopeArray;
profile?: boolean;
scope?: ConnectionScopeArray;
set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum;
non_persistent_attrs?: ConnectionNonPersistentAttrs;
key: string: any;
}

Hierarchy (View Summary)

Indexable

Accepts any additional properties

Index

Properties

client_id?client_secret?freeform_scopes?profile?scope?set_user_root_attributes?non_persistent_attrs?

Properties

Optionalclient_id

client_id?: string

Optionalclient_secret

client_secret?: string

Optionalfreeform_scopes

freeform_scopes?: ConnectionScopeArray

Optionalprofile

profile?: boolean

Optionalscope

scope?: ConnectionScopeArray

Optionalset_user_root_attributes

set_user_root_attributes?: Management.ConnectionSetUserRootAttributesEnum

Optionalnon_persistent_attrs

non_persistent_attrs?: ConnectionNonPersistentAttrs

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_idclient_secretfreeform_scopesprofilescopeset_user_root_attributesnon_persistent_attrs