Package io.micronaut.security.oauth2.endpoint.authorization.state.persistence.cookie
@Configuration
@Requires(property="micronaut.security.oauth2.state.persistence",
value="cookie",
defaultValue="cookie")
package io.micronaut.security.oauth2.endpoint.authorization.state.persistence.cookie
Classes related to the persistence of state in a cookie.
- Since:
- 1.2.0
- Author:
- James Kleeh
-
ClassDescriptionPersists the state value in a cookie.