Package io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence.cookie
@Configuration
@Requires(property="micronaut.security.oauth2.pkce.persistence",
value="cookie",
defaultValue="cookie")
package io.micronaut.security.oauth2.endpoint.authorization.pkce.persistence.cookie
Classes related to the persistence of PKCE in a cookie.
- Since:
- 3.9.0
- Author:
- Nemanja Mikic
-
ClassDescriptionPersists the Proof of Key Exchange (PKCE) code_verifier value in a cookie.