Back to Node Auth0

Interface UserIdentitySchema

docs/interfaces/management.Management.UserIdentitySchema.html

5.9.12.3 KB
Original Source

Interface UserIdentitySchema

interface UserIdentitySchema {
connection?: string;
user_id?: string;
provider?: Management.UserIdentityProviderEnum;
isSocial?: boolean;
access_token?: string;
access_token_secret?: string;
refresh_token?: string;
profileData?: UserProfileData;
}

Index

Properties

connection?user_id?provider?isSocial?access_token?access_token_secret?refresh_token?profileData?

Properties

Optionalconnection

connection?: string

Name of the connection containing this identity.

Optionaluser_id

user_id?: string

Unique identifier of the user user for this identity.

Optionalprovider

provider?: Management.UserIdentityProviderEnum

OptionalisSocial

isSocial?: boolean

Whether this identity is from a social provider (true) or not (false).

Optionalaccess_token

access_token?: string

IDP access token returned only if scope read:user_idp_tokens is defined.

Optionalaccess_token_secret

access_token_secret?: string

IDP access token secret returned only if scope read:user_idp_tokens is defined.

Optionalrefresh_token

refresh_token?: string

IDP refresh token returned only if scope read:user_idp_tokens is defined.

OptionalprofileData

profileData?: UserProfileData

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties connectionuser_idproviderisSocialaccess_tokenaccess_token_secretrefresh_tokenprofileData