At first time all good, after we kill the app and relaunch every-time its asking for authorisation. Is there any way to re-authorise by having the previous token ?
Tried :
public func refreshAccessToken(_ refreshToken: String, result: @escaping AuthorizationHandler) {}
But not getting the result of OAuthToken
At first time all good, after we kill the app and relaunch every-time its asking for authorisation. Is there any way to re-authorise by having the previous token ?
Tried :
public func refreshAccessToken(_ refreshToken: String, result: @escaping AuthorizationHandler) {}
But not getting the result of OAuthToken