We need an API that will allow the mobile apps to use the Twitter SDK to authenticate the user, without using the oAuth methods currently being used.
Information:
"serviceName": "twitter",
"accessToken": accessToken,
"idToken": idToken,
"expiresIn": Int(expirationDate.timeIntervalSinceNow)
You can use as reference our Google authentication.