Actors
The following actors are available globally.
-
The MFA Policy Evaluator is used by the SDK to enforce policy rules, such as device tampering policy. It consists of one or more
MfaPolicyobjects. Each policy contains instructions that determine whether it complies with a particular condition at a particular time.This class provides a DSL-style configuration and can evaluate policies against credentials to determine compliance.
See moreDeclaration
Swift
public actor MfaPolicyEvaluator : Sendable
View on GitHub
Actors Reference