ResetPasswordCodeRequiredState
@objcMembers
public class ResetPasswordCodeRequiredState : ResetPasswordBaseState
An object of this type is created when a user is required to supply a verification code to continue a reset password flow.
-
Requests the server to resend the verification code to the user.
Declaration
Swift
public func resendCode(delegate: ResetPasswordResendCodeDelegate)
Parameters
delegate
Delegate that receives callbacks for the operation.
-
Submits the code to the server for verification.
Declaration
Swift
public func submitCode(code: String, delegate: ResetPasswordVerifyCodeDelegate)
Parameters
code
Verification code that the user supplied.
delegate
Delegate that receives callbacks for the operation.