NMAPasswordUserVerificationHandler
@objc
public protocol NMAPasswordUserVerificationHandler : NMACancelableHandler
The object handling the outcome of an interaction where the user provides password credentials.
This is used with the password
.
-
The method to be invoked when the password authenticator must be used. The SDK will verify that the provided password is valid.
Declaration
Swift
func verify(_ password: String)
Parameters
password
the password.