Interface IDTokenIssueEventListener

All Superinterfaces:
EventListener, Lifecycle

@ThreadSafe public interface IDTokenIssueEventListener extends Lifecycle, EventListener
Service Provider Interface (SPI) for listening to ID token issue events.

Implementations must be thread-safe. Listeners that emit events should use a separate thread for blocking operations.

  • Method Details

    • idTokenIssued

      void idTokenIssued(IDTokenIssueEvent event, EventContext eventContext)
      This method is called when an ID token is issued.
      Parameters:
      event - The ID token issue event.
      eventContext - Provides access to additional parameters about the event as well as helpers for its processing. Not null.