Protocols

The following protocols are available globally.

  • Base protocol for all MFA policies.

    MFA policies enforce security requirements before allowing credential operations. Each policy can evaluate device state and return whether the current conditions meet security requirements.

    See more

    Declaration

    Swift

    public protocol MfaPolicy : Sendable