BaseChallengeResponder
open class BaseChallengeResponder : NSObject, ChallengeResponder
Undocumented
-
Undocumented
Declaration
Swift
open var challenge: Challenge
-
Undocumented
Declaration
Swift
open var isResponding: Bool
-
Undocumented
Declaration
Swift
open weak var delegate: ChallengeResponderDelegate?
-
Undocumented
Declaration
Swift
public init(with challenge: Challenge, delegate: ChallengeResponderDelegate? = nil)
-
Undocumented
Declaration
Swift
open func didRespond(with result: Result<APIResponse<Challenge.ResponseInfo>, Error>)
-
Undocumented
Declaration
Swift
open func respond(with parameters: Parameters?)
-
Undocumented
Declaration
Swift
open func respond(with image: UIImage, and parameters: Parameters? = nil)
-
Undocumented
Declaration
Swift
open func respond(withVideo videoURL: URL, and parameters: Parameters? = nil)