public class HttpCallbackHandler extends Object implements CallbackHandler
| Constructor and Description |
|---|
HttpCallbackHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(Callback[] callbacks)
Called by Authentication modules to request more information about the request and response message.
|
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - An array of Callback objects provided by the Authentication modules.UnsupportedCallbackException - If a callback is passed which is not supported by this CallbackHandler.Copyright © 2025 Open Identity Platform Community. All rights reserved.