vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 64 forks source link

Is it possible to obtain the accessToken in JWT format? #214

Closed Leli1024 closed 2 months ago

Leli1024 commented 2 months ago

Does anyone know if this is possible using this framework please?

vmurin commented 2 months ago

Hi, it's already in JWT format. Just use base64 decode, or even easier - paste the token into https://jwt.io/ to see the content