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?
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!