Class PreAuthorizedCodeGrantType

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

public class PreAuthorizedCodeGrantType extends OAuth2GrantTypeBase
  • Field Details

  • Constructor Details

    • PreAuthorizedCodeGrantType

      public PreAuthorizedCodeGrantType()
  • Method Details

    • process

      public jakarta.ws.rs.core.Response process(org.keycloak.protocol.oidc.grants.OAuth2GrantType.Context context)
    • getEventType

      public org.keycloak.events.EventType getEventType()
    • getTokenParameterNames

      public Set<String> getTokenParameterNames()
    • isTokenAllowed

      public boolean isTokenAllowed(org.keycloak.models.KeycloakSession session, org.keycloak.representations.AccessToken token)
      Restrict pre-authorized tokens to the VC credential endpoint.