Hello All, I am developing an iOS application for crm. I am try to authentication using Oauth2.0. There are in bellow code. let oauthswift = OAuth2Swift ( consumerKey: client_id, consumerSecret: clientSecret, authorizeUrl: authURL, accessTokenUrl: accessURL…