Class TokenExchangeGrantType

java.lang.Object
org.keycloak.protocol.oidc.grants.OAuth2GrantTypeBase
org.keycloak.protocol.oidc.grants.TokenExchangeGrantType
All Implemented Interfaces:
OAuth2GrantType, Provider

public class TokenExchangeGrantType extends OAuth2GrantTypeBase
OAuth 2.0 Authorization Code Grant https://datatracker.ietf.org/doc/html/rfc8693#section-2.1
Author:
Dmitry Telegin (et al.)
  • Constructor Details

    • TokenExchangeGrantType

      public TokenExchangeGrantType()
  • Method Details

    • process

      public jakarta.ws.rs.core.Response process(OAuth2GrantType.Context context)
    • getEventType

      public EventType getEventType()
    • getSupportedMultivaluedRequestParameters

      public Set<String> getSupportedMultivaluedRequestParameters()