Package io.micronaut.security.token.render
package io.micronaut.security.token.render
JWT token renderer.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
ClassDescriptionStores the combination of access and refresh tokens.Encapsulates an Access Token response as described in RFC 6749.Responsible for converting token information to an
AccessRefreshToken
.