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
When your application receives a token via the exposed endpoint (it will be assigned to a query string parameter named `token`), you can easily retrieve the user profile by adding the following to your endpoint handler:
118
+
When you retrieve the user profile, you receive a user ID generated by Yoti exclusively for your application.
119
+
This means that if the same individual logs into another app, Yoti will assign her/him a different ID.
120
+
You can use this ID to verify whether (for your application) the retrieved profile identifies a new or an existing user.
0 commit comments