I'm using OAuth 2.0 for my Mobile application(React native) authentication.There are several grant types like Autherization code flow and Password grant flow in OAuth. But which one is suitable for my mobile application.
Asked
Active
Viewed 168 times
0
-
Ramesh, have you tried to search for the answer? There is the [same question](https://stackoverflow.com/questions/17427707/whats-the-right-oauth-2-0-flow-for-a-mobile-app) and an [RFC document](https://tools.ietf.org/html/rfc8252) about it, which is good to read. – Ján Halaša Jun 19 '19 at 11:23
-
Possible duplicate of [What's the right OAuth 2.0 flow for a mobile app](https://stackoverflow.com/questions/17427707/whats-the-right-oauth-2-0-flow-for-a-mobile-app) – Ján Halaša Jun 19 '19 at 11:23