| Package | Description |
|---|---|
| com.authlete.common.dto |
Requests to and responses from Authlete APIs and some data structures.
|
| Modifier and Type | Method and Description |
|---|---|
ClientExtension |
Client.getExtension()
Get the extended information about this client.
|
ClientExtension |
ClientExtension.setRequestableScopes(Set<String> scopes)
Set the set of scopes that this client application can request when
"Requestable Scopes per Client" is enabled (= when
isRequestableScopesEnabled() returns true). |
ClientExtension |
ClientExtension.setRequestableScopes(String[] scopes)
Set the set of scopes that this client application can request when
"Requestable Scopes per Client" is enabled (= when
isRequestableScopesEnabled() returns true). |
ClientExtension |
ClientExtension.setRequestableScopesEnabled(boolean enabled)
Enable or disable "Requestable Scopes per Client".
|
| Modifier and Type | Method and Description |
|---|---|
Client |
Client.setExtension(ClientExtension extension)
Set the extended information about this client.
|
Copyright © 2017. All rights reserved.