public interface OAuth2Connector
Modifier and Type | Method and Description |
---|---|
String |
getAccessToken() |
String |
getAccessTokenRegex() |
String |
getAccessTokenUrl() |
Set<org.mule.common.security.oauth.AuthorizationParameter<?>> |
getAuthorizationParameters() |
String |
getAuthorizationUrl() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
String |
getExpirationRegex() |
String |
getRefreshTokenRegex() |
String |
getScope() |
String |
getVerifierRegex() |
void |
postAuth() |
String getAccessTokenUrl()
String getConsumerKey()
String getConsumerSecret()
String getAccessToken()
String getScope()
String getAuthorizationUrl()
String getAccessTokenRegex()
String getExpirationRegex()
String getRefreshTokenRegex()
String getVerifierRegex()
Set<org.mule.common.security.oauth.AuthorizationParameter<?>> getAuthorizationParameters()
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.