NMAUserVerificationContext
@objc
public protocol NMAUserVerificationContext : DictionaryEncodable
The protocol that other user verification context objects conform to.
-
The authenticator to be used to do the user verification.
Declaration
Swift
var authenticator: NMAAuthenticator { get }