0

Implemented iOS app using Oauth2Client but there is new requirement: Implicit Grant. Is OAuth2Client (NXOAuth2Client) supports OAuth2 Implicit Grant?

mobiledev Alex
  • 2,228
  • 2
  • 28
  • 30

1 Answers1

0

https://github.com/nxtbgthng/OAuth2Client/issues/145

toto commented on Oct 31, 2014

Nope, we support all but implicit flow. We support:

Resource Owner Password Credentials

Authorization Code (the default)

Assertion Flow

mobiledev Alex
  • 2,228
  • 2
  • 28
  • 30