@Experimental @NoImplement public interface PlatformManagedOAuthStateListener extends OAuthStateListener
Platform Managed OAuth is an experimental feature. It will only be enabled on selected environments and scenarios. Backwards compatibility is not guaranteed.
| Modifier and Type | Method and Description |
|---|---|
default void |
onAccessToken(ResourceOwnerOAuthContext context)
Invoked each time an access token has been obtained from the platform
|
default void |
onTokenRefreshed(ResourceOwnerOAuthContext context)
Invoked each time a refresh token operation has been completed successfully
|
onTokenInvalidateddefault void onAccessToken(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextdefault void onTokenRefreshed(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.