OAuthAuthenticatorDelegate
public protocol OAuthAuthenticatorDelegate : AnyObject
A delegate to handle OAuth events.
Since
1.2.0-
Called when an OAuth access token could not be created from the existing refresh token
Since
1.2.0Declaration
Swift
func refreshAccessTokenFailed()