NMAPasswordEnrollmentContext
@objc
public protocol NMAPasswordEnrollmentContext
The object providing some contextual information during password enrollment.
-
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: NMAPasswordEnrollmentError? { get }