public interface AuthorizationCodeDanceCallbackContext
AuthorizationCodeOAuthDancer.| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
getParameter(String paramKey)
Allows access to an attribute of this context, as defined by the implementation.
|
Optional<Object> getParameter(String paramKey)
paramKey - the key of the parameter to get from the context.Optional containing the value for the requested paramKey if present, or empty if not.Copyright © 2022. All rights reserved.