UpdateProfileChallengeResponseSetting

public struct UpdateProfileChallengeResponseSetting : ChallengeResponseSetting
extension UpdateProfileChallengeResponseSetting: Equatable

Struct representing Challenge response settings for Update Profile Challenges.

UpdateProfileChallengeResponseSetting

  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public static func == (lhs: UpdateProfileChallengeResponseSetting, rhs: UpdateProfileChallengeResponseSetting) -> Bool