public class OAuthOperations extends Object
tokenManager.| Constructor and Description |
|---|
OAuthOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
invalidateOauthContext(TokenManagerConfig tokenManager,
String resourceOwnerId)
Clears the oauth context for a token manager and a resource owner id.
|
public void invalidateOauthContext(TokenManagerConfig tokenManager, @Optional(defaultValue="default") String resourceOwnerId)
tokenManager - The token manager which holds the credentials to invalidate.resourceOwnerId - The resource owner id to invalidate. This attribute is only allowed for authorization code grant type.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.