@Extension(name="Test OAuth Extension")
@ConnectionProviders(value={TestOAuthConnectionProvider.class,ScopelessOAuthConnectionProvider.class})
@Operations(value=TestOAuthOperations.class)
@Xml(prefix="test-oauth")
public class TestOAuthExtension
extends Object
| Constructor and Description |
|---|
TestOAuthExtension() |
| 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 © 2003–2017 MuleSoft, Inc.. All rights reserved.