public class DeviceCode extends AbstractFacebookType
Constructor and Description |
---|
DeviceCode() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Code used in the authorization poll
|
Integer |
getExpiresIn()
The code expires in these seconds.
|
Integer |
getInterval()
Your device should poll the Device Login API every
interval seconds to see if the authorization has
been successful |
String |
getUserCode()
String to be shown to the user
|
String |
getVerificationUri()
Url the user should call.
|
void |
setCode(String code)
Code used in the authorization poll
|
void |
setExpiresIn(Integer expiresIn)
The code expires in these seconds.
|
void |
setInterval(Integer interval)
Your device should poll the Device Login API every
interval seconds to see if the authorization has
been successful |
void |
setUserCode(String userCode)
String to be shown to the user
|
void |
setVerificationUri(String verificationUri)
Url the user should call.
|
equals, hashCode, toString
public DeviceCode()
@Generated(value="lombok") public String getCode()
@Generated(value="lombok") public void setCode(String code)
@Generated(value="lombok") public String getUserCode()
@Generated(value="lombok") public void setUserCode(String userCode)
@Generated(value="lombok") public String getVerificationUri()
@Generated(value="lombok") public void setVerificationUri(String verificationUri)
@Generated(value="lombok") public Integer getExpiresIn()
@Generated(value="lombok") public void setExpiresIn(Integer expiresIn)
@Generated(value="lombok") public Integer getInterval()
interval
seconds to see if the authorization has
been successful@Generated(value="lombok") public void setInterval(Integer interval)
interval
seconds to see if the authorization has
been successfulRestFB 1.38.0. Copyright © 2010-2015 Mark Allen. All Rights Reserved.