TradableTwoFactorAuthenticationChallenge

@objc public class TradableTwoFactorAuthenticationChallenge: NSObject

Returned any time the broker requires two factor authentication.

  • The endpoint URL the client must POST a TradableTwoFactorAuthenticationResponse to after receiving two factor authentication challenge.

    Declaration

    Swift

    @objc public let endpointUrl: String
  • The instruction to display to the user, describing how to satisfy the challenge.

    Declaration

    Swift

    @objc public let instruction: String
  • Whether the recipient of the challenge must accept input from the user before posting back.

    Declaration

    Swift

    @objc public let doesRequireUserInput: Bool
  • A token that needs to be sent to the endpoint (indicated in TradableTwoFactorAuthenticationResponse object).

    Declaration

    Swift

    @objc public let token: String
  • Simple description of this object.

    Declaration

    Swift

    public override var description: String