UpdateProfileChallengeResponseSetting
public struct UpdateProfileChallengeResponseSetting : ChallengeResponseSetting
extension UpdateProfileChallengeResponseSetting: Equatable
                Struct representing Challenge response settings for Update Profile Challenges.
- 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum SubType : String, Codable - 
                  
                  
Subtype of response setting.
Declaration
Swift
public var subtype: SubType - 
                  
                  
Profile attributes to be updated.
Declaration
Swift
public var attributes: [UpdateProfileChallengeAttribute] - 
                  
                  
Undocumented
Declaration
Swift
public init(subtype: SubType, attributes: [UpdateProfileChallengeAttribute]) - 
                  
                  
Struct representing a profile attribute for Update Profile Challenges.
See moreDeclaration
Swift
public struct Attribute : UpdateProfileChallengeAttribute, Equatable 
- 
                  
                  
Declaration
Swift
public init(from decoder: Decoder) throws - 
                  
                  
Declaration
Swift
public func encode(to encoder: Encoder) throws - 
                  
                  
Declaration
Swift
public static func == (lhs: UpdateProfileChallengeResponseSetting, rhs: UpdateProfileChallengeResponseSetting) -> Bool 
View on GitHub
        UpdateProfileChallengeResponseSetting Structure Reference