ChallengeResponder
public protocol ChallengeResponder : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
var challenge: Challenge { get } -
Undocumented
Declaration
Swift
var delegate: ChallengeResponderDelegate? { get set } -
Undocumented
Declaration
Swift
var isResponding: Bool { get set } -
Undocumented
Declaration
Swift
func didRespond(with result: Result<APIResponse<Challenge.ResponseInfo>, Error>) -
Undocumented
Declaration
Swift
func respond(with parameters: Parameters?) -
Undocumented
Declaration
Swift
func respond(with image: UIImage, and parameters: Parameters?) -
Undocumented
Declaration
Swift
func respond(withVideo videoURL: URL, and parameters: Parameters?)
View on GitHub
ChallengeResponder Protocol Reference