VerifySoftwareTokenRequest

public struct VerifySoftwareTokenRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The access token.

    Declaration

    Swift

    public let accessToken: String?
  • The friendly device name.

    Declaration

    Swift

    public let friendlyDeviceName: String?
  • The session which should be passed both ways in challenge-response calls to the service.

    Declaration

    Swift

    public let session: String?
  • The one time password computed using the secret code returned by AssociateSoftwareToken".

    Declaration

    Swift

    public let userCode: String
  • Undocumented

    Declaration

    Swift

    public init(accessToken: String? = nil, friendlyDeviceName: String? = nil, session: String? = nil, userCode: String)
  • Declaration

    Swift

    public func validate(name: String) throws