public final class DeviceCode extends Object
Constructor and Description |
---|
DeviceCode() |
Modifier and Type | Method and Description |
---|---|
protected String |
getClientId() |
protected String |
getCorrelationId() |
String |
getDeviceCode()
Returns the device code.
|
long |
getExpiresIn()
Returns the expiration in seconds.
|
long |
getInterval()
Returns the interval.
|
String |
getMessage()
Returns the message which should be displayed to the user.
|
protected String |
getResource() |
String |
getUserCode()
Returns the user code.
|
String |
getVerificationUrl()
Returns the verification URL.
|
protected void |
setClientId(String clientId) |
protected void |
setCorrelationId(String correlationId) |
protected void |
setResource(String resource) |
public String getUserCode()
public String getDeviceCode()
public String getVerificationUrl()
public long getExpiresIn()
public long getInterval()
public String getMessage()
protected String getCorrelationId()
protected void setCorrelationId(String correlationId)
protected String getClientId()
protected void setClientId(String clientId)
protected String getResource()
protected void setResource(String resource)
Copyright © 2013–2021. All rights reserved.