Login user using a pre-issued authentication token. This API allows users to authenticate using a valid token without providing username/password.
Arguments
tokenRequestBodySchemaInput
TokenRequestBodySchemaInputDescribes the request structure to login or register using a token.
Response
register_token
StringA token used for registration purposes will be sent when user is not registered.
request_id
StringA random uuid string used to track the send OTP response.
user
UserDetailDescribes the user details structure.
Mutation
Try it
Input Variables
Response
Was this section helpful?