public class GplusCredential extends Credential
Credential.CredentialType
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESS_TOKEN |
static java.lang.String |
GPLUS_ID |
TYPE
Constructor and Description |
---|
GplusCredential() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessToken() |
java.lang.String |
getGplusId() |
Credential.CredentialType |
getType() |
GplusCredential |
setAccessToken(java.lang.String accessToken) |
GplusCredential |
setGplusId(java.lang.String gplusId) |
public static final java.lang.String ACCESS_TOKEN
public static final java.lang.String GPLUS_ID
public java.lang.String getAccessToken()
public GplusCredential setAccessToken(java.lang.String accessToken)
public java.lang.String getGplusId()
public GplusCredential setGplusId(java.lang.String gplusId)
public Credential.CredentialType getType()
getType
in class Credential