SignUpCodeRequiredState
@objcMembers
public class SignUpCodeRequiredState : SignUpBaseState
An object of this type is created when a user is required to supply a verification code to continue a sign up flow.
-
Requests the server to resend the verification code to the user.
Declaration
Swift
public func resendCode(delegate: SignUpResendCodeDelegate)Parameters
delegateDelegate that receives callbacks for the operation.
-
Submits the code to the server for verification.
Declaration
Swift
public func submitCode(code: String, delegate: SignUpVerifyCodeDelegate)Parameters
codeVerification code that the user supplies.
delegateDelegate that receives callbacks for the operation.
View on GitHub