SDK Explorer
/
Creates a user token.
Represents the input parameters for creating a user token.
The unique identifier generated by your system for the user.
Encryption key to use with the SDK for initiating user challenges.
Unique system generated JWT session token. The token will expire after 60 minutes.
1const response = await client.createUserToken({ 2 userId: 'user-id', 3}) 4console.log(response.data)