- Reference: https://tools.ietf.org/html/rfc6749
| Flows | Android | iOS | JavaScript | Cordova | Windows Phone |
|---|---|---|---|---|---|
| Implicit grant flow | n/a | n/a | ✔️ | ➖ | n/a |
| Refresh access tokens | ✔️ | ✔️ | ➖ | ➖ | ➖ |
| Token revocation | ➖ | ✔️ | ➖ | ➖ | ➖ |
| Resource owner password credentials grant | ➖ | 🔜 | ➖ | ➖ | ➖ |
| Authorization Code Grant | ✔️ | ➖ | ➖ | ➖ | ➖ |
- Reference: http://openid.net/connect/