Skip to main content
PFAccountManagementLinkOpenIdConnectRequest data model.

Syntax

Members

connectionId   const char*
is null-terminated
A name that identifies which configured OpenID Connect provider relationship to use. Maximum 100 characters. customTags   PFStringDictionaryEntry const*
may be nullptr
(Optional) The optional custom tags associated with the request (e.g. build number, external trace identifiers, etc.). customTagsCount   uint32_t Count of customTags forceLink   bool const*
may be nullptr
(Optional) If another user is already linked to a specific OpenId Connect user, unlink the other user and re-link. idToken   const char*
is null-terminated
The JSON Web token (JWT) returned by the identity provider after login. Represented as the id_token field in the identity provider’s response. Used to validate the request and find the user ID (OpenID Connect subject) to link with.

Requirements

Header: PFAccountManagementTypes.h

See also

PFAccountManagementTypes members
Last modified on August 1, 2026