react-native-firebase-docs icon indicating copy to clipboard operation
react-native-firebase-docs copied to clipboard

How I can get JWT token from the user I get in response

Open sultan2Dilawar opened this issue 5 years ago • 0 comments

Basically I am doing the following

confirmResult.confirm(verificationCode) .then(user => // User is logged in){ .catch(error => // Error with verification code);

but I can not get token from the user I got, it only have refresh token but I dont need it can you please guide me to get JWT token ?

sultan2Dilawar avatar Mar 26 '19 15:03 sultan2Dilawar