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 MfaPolicy objects. 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 more

    Declaration

    Swift

    public actor MfaPolicyEvaluator : Sendable