AssociateSoftwareTokenRequest
public struct AssociateSoftwareTokenRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The access token.
Declaration
Swift
public let accessToken: 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(accessToken: String? = nil, session: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws