AuthSignUpStep
public enum AuthSignUpStep
extension AuthSignUpStep: Sendable
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 in
Declaration
Swift
case completeAutoSignIn(Session)
-
Sign up is complete
Declaration
Swift
case done