| Interface | Description |
|---|---|
| TokenStore |
Handle access token persistence.
|
| Class | Description |
|---|---|
| AccessTokenStoreHolder |
Holder to store and retrieve access token information.
|
| ObjectStoreAccessAndRefreshTokenStore |
Token store backed by an object store that handles both access and refresh tokens
|
| ObjectStoreAccessTokenStore |
Token store backed by an object store that handles access tokens
|
| Token |
Represents an Oauth 2.0 Access Token.
|
| Token.Builder | |
| TokenConfig |
POJO that stores configuration information for how to handle tokens
|
| Exception | Description |
|---|---|
| InvalidTokenException |
Base exception thrown when there is an error related to an operation defined in the oauth provider.
|
| UnauthorizedTokenException |
Base exception thrown when there is an error related to an operation defined in the oauth provider.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.