| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
OAuthAuthorizationCodeDancerBuilder.beforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> callback)
Allows custom code to be run just before doing the request to the provided
tokenUrl. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthorizationCodeRequest
Immutable implementation of
AuthorizationCodeRequest. |
| Modifier and Type | Method and Description |
|---|---|
OAuthAuthorizationCodeDancerBuilder |
DefaultOAuthAuthorizationCodeDancerBuilder.beforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> beforeDanceCallback) |
| Modifier and Type | Method and Description |
|---|---|
Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> |
DefaultAuthorizationCodeOAuthDancerConfig.getBeforeDanceCallback() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultAuthorizationCodeOAuthDancerConfig.setBeforeDanceCallback(Function<AuthorizationCodeRequest,AuthorizationCodeDanceCallbackContext> beforeDanceCallback) |
Copyright © 2022. All rights reserved.