public class AbstractOauthToken extends OAuthObject
OauthToken and OauthTokenDetail| Modifier and Type | Field and Description |
|---|---|
String |
email
E-mail address of the user identified by
uid |
String |
id
ID that represents this token among other tokens that the user has created.
|
String |
uid
Internal user ID that identifies the user who generated this token.
|
String |
userAccountRole
User's account management role, for example "admin" or "user"
|
owner| Constructor and Description |
|---|
AbstractOauthToken() |
public String id
public String uid
public String userAccountRole
public void delete()
throws OauthClientException
OauthClientExceptionCopyright © 2011-2015. All Rights Reserved.