public class OauthClientApplication extends OAuthObject
| Modifier and Type | Field and Description |
|---|---|
String |
account
If your user ID belongs to multiple accounts,
specify which account this app is registered under.
|
String |
app_url |
String |
callback_uri |
String |
client_id
Client ID of the application.
|
String |
client_secret
Client secret that forms a pair with
client_id
This value is assigned by OauthClient.registerApplication(OauthClientApplication) when you make a call. |
Set<GrantType> |
grant_types
The mode of token issuance allowed for this application.
|
String |
name |
List<ScopeDefinition> |
scopes |
owner| Constructor and Description |
|---|
OauthClientApplication() |
public String name
public String callback_uri
public String app_url
public Set<GrantType> grant_types
public String account
public List<ScopeDefinition> scopes
public String client_id
OauthClient.registerApplication(OauthClientApplication) when you make a call.public String client_secret
client_id
This value is assigned by OauthClient.registerApplication(OauthClientApplication) when you make a call.public void delete()
throws OauthClientException
OauthClientExceptionCopyright © 2011-2015. All Rights Reserved.