public class OAuth2DeviceAuthorizationResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
deviceCode
REQUIRED
|
protected long |
expiresIn
REQUIRED
|
protected long |
interval
OPTIONAL
|
protected String |
userCode
REQUIRED
|
protected String |
verificationUri
REQUIRED
|
protected String |
verificationUriComplete
OPTIONAL
|
Constructor and Description |
---|
OAuth2DeviceAuthorizationResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getDeviceCode() |
long |
getExpiresIn() |
long |
getInterval() |
String |
getUserCode() |
String |
getVerificationUri() |
String |
getVerificationUriComplete() |
void |
setDeviceCode(String deviceCode) |
void |
setExpiresIn(long expiresIn) |
void |
setInterval(long interval) |
void |
setUserCode(String userCode) |
void |
setVerificationUri(String verificationUri) |
void |
setVerificationUriComplete(String verificationUriComplete) |
protected String deviceCode
protected String userCode
protected String verificationUri
protected String verificationUriComplete
protected long expiresIn
protected long interval
public String getDeviceCode()
public void setDeviceCode(String deviceCode)
public String getUserCode()
public void setUserCode(String userCode)
public String getVerificationUri()
public void setVerificationUri(String verificationUri)
public String getVerificationUriComplete()
public void setVerificationUriComplete(String verificationUriComplete)
public long getExpiresIn()
public void setExpiresIn(long expiresIn)
public long getInterval()
public void setInterval(long interval)
Copyright © 2021 JBoss by Red Hat. All rights reserved.