MultiQuestionChallengeResponseSetting
public struct MultiQuestionChallengeResponseSetting : ChallengeResponseSetting
extension MultiQuestionChallengeResponseSetting: Equatable
Struct representing Challenge
response settings for Multi Question Challenges.
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static func == (lhs: MultiQuestionChallengeResponseSetting, rhs: MultiQuestionChallengeResponseSetting) -> Bool