public interface AuthorizationCodeListener
| Modifier and Type | Method and Description |
|---|---|
default void |
onAuthorizationCompleted(ResourceOwnerOAuthContext context)
Invoked when an authorization dance has been completed.
|
default void |
onTokenRefreshed(ResourceOwnerOAuthContext context)
Invoked each time a refresh token operation has been complted successfully
|
default void onAuthorizationCompleted(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextdefault void onTokenRefreshed(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.