Decodes a refresh token and returns the user id from the JWT payload.
Optional
JWT refresh token string.
User id (number) or null if the token is invalid, expired, or missing.
null
Decodes a refresh token and returns the user id from the JWT payload.