JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence
package
io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence
Classes related to pkce persistence.
Since:
3.9.0
Author:
Nemanja Mikic
Related Packages
Package
Description
io.micronaut.security.oauth2.endpoint.authorization.pkce
Classes related to OAuth 2.0 state management.
io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence.cookie
Classes related to the persistence of PKCE in a cookie.
io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence.session
Classes related to storage of the pkce in a session.
Interfaces
Class
Description
PkcePersistence
Persists the Proof of Key Exchange (PKCE) for later retrieval.