ios-sdk
ios-sdk copied to clipboard
Recommended way to get auth response type "code" in iOS sdk
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!
++++
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!