NMAPinEnrollmentContext
@objc
public protocol NMAPinEnrollmentContext
The object providing some contextual information during PIN enrollment.
See
NMAPinEnroller
-
The username associated with the authenticator.
Declaration
Swift
var username: Username { get }
-
The object describing the latest recoverable error (if any).
Declaration
Swift
var lastRecoverableError: NMAPinEnrollmentError? { get }