loginWithDeviceCode
abstract fun loginWithDeviceCode(deviceCode: String, listener: NuguOAuthInterface.OnLoginListener)
Content copied to clipboard
Login with device_code to issue tokens
Parameters
code
The short-lived code that is used by the device when polling for a session token.
listener
Listener to receive result.