GenericSignInDelegate
public protocol GenericSignInDelegate : AnyObject
-
Declaration
Swift
func shouldDoUserAction(signIn: GenericSignIn) -> UserActionNeeded
-
Before calling this delegate method, the implementing code must present any UI alerts as needed. E.g., if an owning user was successfully created, present an alert to tell the user.
Declaration
Swift
func userActionOccurred(action: UserActionOccurred, signIn: GenericSignIn)