enqueueCallback

fun enqueueCallback(oAuth2TokenCallback: OAuth2TokenCallback): Boolean

Enqueues a callback at the server's HTTP request handler. This allows for customization of the token that the server issues whenever a Relying Party requests a token from the tokenEndpointUrl.

Parameters

oAuth2TokenCallback

A callback that implements the OAuth2TokenCallback interface.