AuthForgetDeviceRequest
public struct AuthForgetDeviceRequest : AmplifyOperationRequest
Request to forget a device of the user
-
Device to forget
If this value is not provided, the current device will be used.
Declaration
Swift
public let device: AuthDevice?
-
Extra request options defined in
AuthForgetDeviceRequest.Options
Declaration
Swift
public var options: Options
-
Declaration
Swift
public init( device: AuthDevice? = nil, options: Options )
-
Declaration