UpdateChallengePayload
public protocol UpdateChallengePayload
Describes the information required to update a Challenge
-
Sid of the Factor to which the Challenge is related
Declaration
Swift
var factorSid: String { get }
-
Sid of the Challenge to be updated
Declaration
Swift
var challengeSid: String { get }