OAuthSwift / OAuthSwiftAlamofire

Utility method to sign Alamofire request
MIT License
104 stars 38 forks source link

Question - How to handle when refresh access token fails? #13

Open ghost opened 6 years ago

ghost commented 6 years ago

How do you pass a callback to the renew token process in the event that it fails?

phimage commented 6 years ago

If someone want a Notification or a closure variable to call when there is a refresh, feel free to PR