@Configuration(name="auth-code")
@ConnectionProviders(value={TestOAuthConnectionProvider.class,ScopelessOAuthConnectionProvider.class,TestOAuthRefreshValidationConnectionProvider.class,TestWithOAuthParamsConnectionProvider.class,TestAuthorizationCodeWithCredentialsPlacementConnectionProvider.class,TestAuthorizationCodeDoNotIncludeRedirectUriParamConnectionProvider.class})
@Operations(value={TestOAuthOperations.class,CallbackOperations.class})
@Sources(value={TestOAuthRefreshPollingSource.class,TestOAuthRefreshSource.class})
public class AuthCodeConfig
extends Object
| Constructor and Description |
|---|
AuthCodeConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.extension.api.connectivity.oauth.AuthCodeRequest> |
getCapturedAuthCodeRequests() |
List<org.mule.runtime.extension.api.connectivity.oauth.AuthorizationCodeState> |
getCapturedAuthCodeStates() |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.