Skip to main content

linkIdentity

Link an additional federated identity (from a socialLoginStart callback) to the signed-in account. Requires a session token; throws if the identity is already linked to another account.

linkIdentity(
input: LinkIdentityInput!
): UserIdentity!

Arguments

linkIdentity.input ● LinkIdentityInput! non-null input

Type

UserIdentity object

A federated / passwordless sign-in identity linked to a user account (a social provider, an emailed magic link, or the dev bypass).