See: Description
Interface | Description |
---|---|
AccessToken |
Represents a token returned by the Authorization Service to a client.
|
AccessTokenProvider |
Interface to be implemented by Access Token Providers.
|
RefreshToken |
Represents a refresh token returned by the Authorization Service to a client.
|
TokenAggregate |
Represents an aggregation of tokens returned by the Authorization Service to a client.
|
Class | Description |
---|---|
AuthorizationClientHelper |
Helper used by clients of the Authorization Service that authenticates the client and returns the granted token.
|
AuthorizationClientHelper.Builder |
Helps in the creation of an instance of AuthorizationClientHelper.
|
ClientParams |
Holds Authorization and Keystore information specific to the client
|
Exception | Description |
---|---|
AuthorizationHelperException |
Exception which indicates error conditions in the Authorization Helper APIs.
|
HttpResponseException |
Indicates HTTP error responses propagated by the Authorization Helper APIs.
|
SampleAuthorizationClient
for an example on how to use these APIs. Copyright © 2023 Avaya. All rights reserved.