TfaChangeStatusDetails

public class TfaChangeStatusDetails : CustomStringConvertible, JSONRepresentable

Enabled/disabled/changed two-step verification setting.

  • The new two factor authentication configuration.

    Declaration

    Swift

    public let newValue: TeamLog.TfaConfiguration
  • The previous two factor authentication configuration. Might be missing due to historical data gap.

    Declaration

    Swift

    public let previousValue: TeamLog.TfaConfiguration?
  • Used two factor authentication rescue code. This flag is relevant when the two factor authentication configuration is disabled.

    Declaration

    Swift

    public let usedRescueCode: Bool?
  • Declaration

    Swift

    public var description: String { get }