ChallengeResponderDelegate
public protocol ChallengeResponderDelegate : AnyObject
Undocumented
-
Undocumented
Declaration
Swift
func onFailure(with error: Error)
-
Undocumented
Declaration
Swift
func onSuccess(with apiResponse: APIResponse<Challenge.ResponseInfo>)