public class OrcidToken
extends com.github.scribejava.core.model.OAuth2AccessToken
| Constructor and Description |
|---|
OrcidToken(String accessToken,
String tokenType,
Integer expiresIn,
String refreshToken,
String scope,
String orcid,
String response) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getOrcid() |
int |
hashCode() |
void |
setOrcid(String orcid) |
public boolean equals(Object o)
equals in class com.github.scribejava.core.model.OAuth2AccessTokenpublic int hashCode()
hashCode in class com.github.scribejava.core.model.OAuth2AccessTokenpublic String getOrcid()
public void setOrcid(String orcid)
Copyright © 2017. All Rights Reserved.