Interface OAuth2GrantType

All Superinterfaces:
Provider

public interface OAuth2GrantType extends Provider
Provider interface for OAuth 2.0 grant types
Author:
Dmitry Telegin
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the event type associated with this OAuth 2.0 grant type.
    jakarta.ws.rs.core.Response
    Processes grant request.

    Methods inherited from interface org.keycloak.provider.Provider

    close
  • Method Details

    • getEventType

      EventType getEventType()
      Returns the event type associated with this OAuth 2.0 grant type.
      Returns:
      event type
    • process

      jakarta.ws.rs.core.Response process(OAuth2GrantType.Context context)
      Processes grant request.
      Parameters:
      context - grant request context
      Returns:
      token response