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
passwordPassword that the user supplied.
delegateDelegate that receives callbacks for the operation.
View on GitHub