RateLimitExceededEvent
Emitted when an HTTP 429 (Too Many Requests) response is received from the authorization server.
Consumers can collect this event from com.okta.authfoundation.client.kmp.OAuth2Client.events to implement observability, logging, or custom retry logic.
Parameters
requestUrl
the URL of the request that was rate-limited.
statusCode
the HTTP status code (429).
responseHeaders
all response headers from the rate-limited response.
retryAfterSeconds
the parsed Retry-After header value in seconds, or null if absent.