SignInStatusObserver
public protocol SignInStatusObserver
Protocol for sign in status observer. If you wish to observe the the changes to the progress of sign in or refresh token operation then you must implement this protocol.
-
Notifies the changes to the sign in or refresh token operation.
Declaration
Swift
func signInStatusChanged(status: SignInStatus)
Parameters
status
new sign in status.