ConfirmDeviceRequest
public struct ConfirmDeviceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The access token.
Declaration
Swift
public let accessToken: String -
The device key.
Declaration
Swift
public let deviceKey: String -
The device name.
Declaration
Swift
public let deviceName: String? -
The configuration of the device secret verifier.
Declaration
Swift
public let deviceSecretVerifierConfig: DeviceSecretVerifierConfigType? -
Undocumented
Declaration
Swift
public init(accessToken: String, deviceKey: String, deviceName: String? = nil, deviceSecretVerifierConfig: DeviceSecretVerifierConfigType? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ConfirmDeviceRequest Structure Reference