ProxyOTPPayload

public struct ProxyOTPPayload : Equatable, Codable

The payload containing the one-time password (OTP) for proxy authentication.

  • otp

    The one-time password (OTP) value.

    Declaration

    Swift

    public let otp: String
  • Creates an instance of ProxyOTPPayload with the specified OTP value.

    Declaration

    Swift

    public init(otp: String)

    Parameters

    otp

    The one-time password (OTP) value.