docs/interfaces/management.Management.DeleteUserIdentityResponseContentItem.html
interface DeleteUserIdentityResponseContentItem {
connection: string;
user_id: string;
provider: string;
isSocial?: boolean;
access_token?: string;
access_token_secret?: string;
refresh_token?: string;
profileData?: UserProfileData;
}
connectionuser_idproviderisSocial?access_token?access_token_secret?refresh_token?profileData?
connection: string
The name of the connection for the identity.
user_id: string
The unique identifier for the user for the identity.
provider: string
The type of identity provider.
OptionalisSocialisSocial?: boolean
true if the identity provider is a social provider, falses otherwise
Optionalaccess_tokenaccess_token?: string
IDP access token returned only if scope read:user_idp_tokens is defined
Optionalaccess_token_secretaccess_token_secret?: string
IDP access token secret returned only if scope read:user_idp_tokens is defined.
Optionalrefresh_tokenrefresh_token?: string
IDP refresh token returned only if scope read:user_idp_tokens is defined.
OptionalprofileDataprofileData?: UserProfileData
Member Visibility
ThemeOSLightDark
Properties connectionuser_idproviderisSocialaccess_tokenaccess_token_secretrefresh_tokenprofileData