Package Avalara.SDK

Class DeviceAuthResponse


  • public class DeviceAuthResponse
    extends Object
    • Constructor Detail

      • DeviceAuthResponse

        public DeviceAuthResponse​(String deviceCode,
                                  String userCode,
                                  String verificationURI,
                                  String verificationURIComplete,
                                  long lifetime,
                                  long interval)
    • Method Detail

      • getDeviceCode

        public String getDeviceCode()
      • getUserCode

        public String getUserCode()
      • getVerificationURI

        public String getVerificationURI()
      • getVerificationURIComplete

        public String getVerificationURIComplete()
      • getLifetime

        public long getLifetime()
      • getInterval

        public long getInterval()