Class AbstractTokenExchangeProvider

java.lang.Object
org.keycloak.protocol.oidc.tokenexchange.AbstractTokenExchangeProvider
All Implemented Interfaces:
TokenExchangeProvider, Provider
Direct Known Subclasses:
StandardTokenExchangeProvider, V1TokenExchangeProvider

public abstract class AbstractTokenExchangeProvider extends Object implements TokenExchangeProvider
Base token exchange implementation. For now for both V1 and V2 token exchange (may change in the follow-up commits)
Author:
Dmitry Telegin