| Class | Description |
|---|---|
| AuthorizationCodeConfig |
Holds the values used to configure an extension to consume a particular OAuth provider using the Authorization-Code grant type
|
| AuthorizationCodeConnectionProviderObjectBuilder<C> |
A specialization of
BaseOAuthConnectionProviderObjectBuilder to wrap the ConnectionProvider into
AuthorizationCodeConnectionProviderWrapper instances. |
| AuthorizationCodeConnectionProviderWrapper<C> |
A
ReconnectableConnectionProviderWrapper which makes sure that by the time the ConnectionProvider.connect()
method is invoked on the delegate, the authorization dance has been completed and the AuthorizationCodeState and
OAuthCallbackValue fields have been properly injected |
| AuthorizationCodeOAuthHandler |
OAuthHandler implementation for the authorization code grant type |
| ImmutableAuthorizationCodeState |
Immutable implementation of
AuthorizationCodeState |
| OAuthCallbackConfig |
Groups the sum of all the parameters that a user configured in order to provision an OAuth access token callback
|
| UpdatingAuthorizationCodeState |
An implementation of
AuthorizationCodeListener which registers an AuthorizationCodeListener in order to get
updated state when a refresh token operation is completed or the resource is simply re-authorized. |
Copyright © 2003–2025 MuleSoft, Inc.. All rights reserved.