WebexAuthDelegate
public protocol WebexAuthDelegate : AnyObject
Register for WebexAuthDelegate instance to receive all authentication related event callbacks.
Since
3.11.2-
This will notify when user is logged out and re login is required.
Since
3.11.2Declaration
Swift
func onReLoginRequired()
-
This will notify when a user login attempt fails due to an internal error during the authorization process (authorize API).
Since
3.16.0Declaration
Swift
func onLoginFailed()