PinEnrollmentContext
public protocol PinEnrollmentContext
The object providing some contextual information during PIN enrollment.
See
PinEnroller
-
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: PinEnrollmentError? { get }