Package-level declarations

Types

Link copied to clipboard

Marker interface for events related to credential lifecycle operations such as creation, deletion, token storage, and biometric key state. Handlers that operate at the model layer and are only interested in credential state changes can filter by this type:

Link copied to clipboard
interface Event

Root marker interface for all events emitted by Auth Foundation and other Okta SDKs.

Link copied to clipboard
class EventCoordinator(eventHandlers: List<EventHandler>)

A centralized coordinator of events emitted throughout Auth Foundation and other Okta SDKs.

Link copied to clipboard
interface EventHandler

A centralized handler of events originated from Auth Foundation and other Okta SDKs.

Link copied to clipboard
interface TokenEvent : Event

Marker interface for events related to the OAuth2 token lifecycle, including token creation, refresh, revocation, validation, and rate limiting. Handlers that operate at the model layer and are only interested in token state changes can filter by this type: