vmurin / react-native-azure-auth

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

Switching to access token instead of id token? #168

Closed Leli1024 closed 1 year ago

Leli1024 commented 1 year ago

Is it possible to switch this framework to request and access token instead of an id token from azure?

vmurin commented 1 year ago

Hi, access token is of course available too. See this line in the sample application project.