| Package | Description |
|---|---|
| com.hellosign.sdk.resource | |
| com.hellosign.sdk.resource.support | |
| com.hellosign.sdk.resource.support.types |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiApp.addScope(ApiAppOauthScopeType scope)
Add a scope to this API App's OAuth scope list.
|
void |
ApiApp.removeScope(ApiAppOauthScopeType scope)
Remove the specified OAuth scope from this API App.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiApp.setScopes(Set<ApiAppOauthScopeType> scopes)
Set this API app's OAuth scopes.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ApiAppOauthScopeType> |
ApiAppOauth.getScopes()
Array of OAuth scopes used by the app.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiAppOauth.addScope(ApiAppOauthScopeType scope)
Add a scope to this API App's OAuth scope list.
|
void |
ApiAppOauth.removeScope(ApiAppOauthScopeType scope)
Remove the specified OAuth scope from this API App.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApiAppOauth.setScopes(Set<ApiAppOauthScopeType> scopes)
Set this API app's OAuth scopes.
|
| Modifier and Type | Method and Description |
|---|---|
static ApiAppOauthScopeType |
ApiAppOauthScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiAppOauthScopeType[] |
ApiAppOauthScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 HelloSign. All rights reserved.