GenericChallengeResponseSetting
public struct GenericChallengeResponseSetting : ChallengeResponseSetting, Equatable
Struct representing Challenge
response settings for Generic Challenges.
-
Type of generic challenge.
Declaration
Swift
public var type: String
-
Blob of generic challenge.
Declaration
Swift
public var blob: String
-
Undocumented
Declaration
Swift
public init(type: String, blob: String)
-
Declaration
Swift
public init(from decoder: Decoder) throws