Class TokenClientIdRetriever

java.lang.Object
org.forgerock.openig.fapi.token.apiclient.TokenClientIdRetriever
All Implemented Interfaces:
ClientIdRetriever

public class TokenClientIdRetriever extends Object implements ClientIdRetriever
Implementation of ClientIdRetriever for /token endpoint.

The Response is expected to be a successful token endpoint response, and contain a json payload with an access_token from which the client_id will be retrieved.