nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

Can OAuth2Client Works with Authorization code grant type? #203

Open malaikuangren opened 8 years ago

malaikuangren commented 8 years ago

Forgive me I am not familiar with the app development. I had implemented my own OAuth2 server (Authorization code grant type).It works fine for the web client application. I just wanted to know if OAuth2Client can work in the IOS native application for my OAuth2 server? If yes, Could someone please give a example to follow? Thanks.

diaosiji commented 7 years ago

Same problem.