Get user by token
Last updated
Was this helpful?
Last updated
Was this helpful?
When user makes a request to your backend, you need to authenticate that request. User will send you a token from authembed. You have to verify that token using Authembed API and get user's object.
Parameter name
Description
AccessToken
The access token that user sent to you.
Parameter name
Description
User
User object. Read more in .