SignUpPasswordRequiredState
@objcMembers
public class SignUpPasswordRequiredState : SignUpBaseState
An object of this type is created when a user is required to supply a password to continue a sign up flow.
-
Submits the password to the server for verification.
Declaration
Swift
public func submitPassword(password: String, delegate: SignUpPasswordRequiredDelegate)
Parameters
password
Password that the user supplied.
delegate
Delegate that receives callbacks for the operation.