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