NMAPasswordUserVerificationError
public class NMAPasswordUserVerificationError : NMARecoverableError
The recoverable error that can occur when verifying the user with a password.
When this error occurs, the verifyPassword(context:handler:)
method will be invoked again.
This error will be returned by the lastRecoverableError
.
-
The recoverable error that can occur when verifying with a password.
See moreDeclaration
Swift
@objc public enum PasswordUserVerificationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PasswordUserVerificationErrorType