setTokenData

fun setTokenData(    token: String,     refreshToken: String,     expiresIn: Long)

set authentication data

Parameters

token

User JWT for the client project.

refreshToken

Refresh token for updating the token

expiresIn

Token expiration period in seconds.

Sources

Link copied to clipboard