PhotoChallengeResponseSetting

public struct PhotoChallengeResponseSetting : ChallengeResponseSetting, Equatable

Struct representing Challenge response settings for Photo Challenges.

  • Resolution of the photo.

    Declaration

    Swift

    public var resolution: String
  • Undocumented

    Declaration

    Swift

    public init(resolution: String)

PhotoChallengeResponseSetting

  • Declaration

    Swift

    public init(from decoder: Decoder) throws