ZitiMfaEnrollment

@objc
public class ZitiMfaEnrollment : NSObject, Codable

Class encapsulating Ziti SDK C’s response to an MFA enrollment request

  • Indicates whether or not this enrollment has been verified

    Declaration

    Swift

    public var isVerified: Bool?
  • MFA provisioning URL

    Declaration

    Swift

    public var provisioningUrl: String?
  • MFA recovery codes

    Declaration

    Swift

    public var recoveryCodes: [String]?