VerifySoftwareTokenResponse
public struct VerifySoftwareTokenResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The session which should be passed both ways in challenge-response calls to the service.
Declaration
Swift
public let session: String?
-
The status of the verify software token.
Declaration
Swift
public let status: VerifySoftwareTokenResponseType?
-
Undocumented
Declaration
Swift
public init(session: String? = nil, status: VerifySoftwareTokenResponseType? = nil)