public class Device
extends java.lang.Object
| Constructor and Description |
|---|
Device() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAuthorizationCode()
The internal code for polling once in 5 seconds to know if user was authenticated
|
java.lang.Integer |
getExpiresIn()
Expiration time of the code in seconds
|
java.lang.Integer |
getPollInterval()
Minimum time between polling requests
|
java.lang.String |
getUserCode()
The code that user should insert in verification url
|
java.lang.String |
getUserVerificationUrl()
The verification url that user should open and insert the code there
|
public java.lang.String getUserCode()
public java.lang.String getUserVerificationUrl()
public java.lang.String getAuthorizationCode()
public java.lang.Integer getExpiresIn()
public java.lang.Integer getPollInterval()