Login User
Use this mutation to login a user.
Last updated
Was this helpful?
Use this mutation to login a user.
Last updated
Was this helpful?
Use the login mutation to obtain a JWT authentication for third parties only. This sends a user_id
and returns an access token and a refresh token.
To have the which will indicate the user who will be logged in.
Argument
Type
Description
userID
String
The user's ID
Field
Type
Description
accessToken
String
Access token that is passed in the header
refreshToken
String
The refresh token that is used to obtain another access_token when the current one expires