public interface AuthorizationCodeListener extends OAuthStateListener
| 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 completed successfully
|
onTokenInvalidateddefault void onAuthorizationCompleted(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextdefault void onTokenRefreshed(ResourceOwnerOAuthContext context)
context - the resulting ResourceOwnerOAuthContextCopyright © 2024. All rights reserved.