Package Avalara.SDK
Class DeviceAuthResponse
- java.lang.Object
-
- Avalara.SDK.DeviceAuthResponse
-
public class DeviceAuthResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description DeviceAuthResponse(String deviceCode, String userCode, String verificationURI, String verificationURIComplete, long lifetime, long interval)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeviceCode()longgetInterval()longgetLifetime()StringgetUserCode()StringgetVerificationURI()StringgetVerificationURIComplete()
-