You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The field profileData is present in social User Identities (see below) and retrievable from the REST API, but is not in the UserIdentity struct. This means that this SDK cannot be used to retrieve social profile data.
Here's an example of the key within an account with two identities:
Describe the problem
The field
profileData
is present in social User Identities (see below) and retrievable from the REST API, but is not in theUserIdentity
struct. This means that this SDK cannot be used to retrieve social profile data.Here's an example of the key within an account with two identities:
What was the expected behavior?
The
UserIdentity
struct has theprofileData
field and data.Environment
gopkg.in/auth0.v5 v5.21.1
The text was updated successfully, but these errors were encountered: