Back to Node Auth0

Interface LinkUserIdentityRequestContent

docs/interfaces/management.Management.LinkUserIdentityRequestContent.html

5.9.11.6 KB
Original Source

Interface LinkUserIdentityRequestContent

Example

{}Copy

interface LinkUserIdentityRequestContent {
provider?: Management.UserIdentityProviderEnum;
connection_id?: string;
user_id?: UserId;
link_with?: string;
}

Index

Properties

provider?connection_id?user_id?link_with?

Properties

Optionalprovider

provider?: Management.UserIdentityProviderEnum

Identity provider of the secondary user account being linked.

Optionalconnection_id

connection_id?: string

connection_id of the secondary user account being linked when more than one auth0 database provider exists.

Optionaluser_id

user_id?: UserId

link_with?: string

JWT for the secondary account being linked. If sending this parameter, provider, user_id, and connection_id must not be sent.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties providerconnection_iduser_idlink_with