Captcha

public struct Captcha

A data type represents the captcha

Since

3.7.0
  • id

    The Id of the captcha.

    Since

    3.7.0

    Declaration

    Swift

    public internal(set) var id: String { get }
  • The url of the captcha image.

    Since

    3.7.0

    Declaration

    Swift

    public internal(set) var imageUrl: String { get }
  • The url of the captcha audio.

    Since

    3.7.0

    Declaration

    Swift

    public internal(set) var audioUrl: String { get }