AuthSignUpStep
public enum AuthSignUpStep
SignUp step to be followed.
-
Need to confirm the user
Declaration
Swift
case confirmUser( AuthCodeDeliveryDetails? = nil, AdditionalInfo? = nil, UserId? = nil)
-
Sign Up successfully completed
The customers can use this step to determine if they want to complete sign inDeclaration
Swift
case completeAutoSignIn(Session)
-
Sign up is complete
Declaration
Swift
case done