ios-sdk icon indicating copy to clipboard operation
ios-sdk copied to clipboard

Recommended way to get auth response type "code" in iOS sdk

Open intergalacticspacehighway opened this issue 3 years ago • 2 comments

Issue

Android SDK has a feature where we can pass AuthorizationResponse.Type.CODE to get the authorization code instead of a token Docs. Is there similar feature available on iOS SDK?

There is a method in delegate shouldRequestAccessTokenWithAuthorizationCode where we can get the authorization code. Is this code the same as the authorization code?

Thank you!

++++

lfabl avatar Mar 09 '23 12:03 lfabl

I am wondering why the two SDK behaves so differently. I am in the boat of wanting to get the Auth code in iOS too!

stomataln avatar Apr 25 '24 18:04 stomataln