AssociateSoftwareTokenResponse
public struct AssociateSoftwareTokenResponse : AWSShape
                Undocumented
- 
                  
                  
Declaration
Swift
public static var _members: [AWSShapeMember] - 
                  
                  
A unique generated shared secret code that is used in the TOTP algorithm to generate a one time code.
Declaration
Swift
public let secretCode: String? - 
                  
                  
The session which should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.
Declaration
Swift
public let session: String? - 
                  
                  
Undocumented
Declaration
Swift
public init(secretCode: String? = nil, session: String? = nil) 
View on GitHub
        AssociateSoftwareTokenResponse Structure Reference