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