Interface CsrfHmacTokenGenerator<T>
- Type Parameters:
T
- request
- All Superinterfaces:
CsrfTokenGenerator<T>
CSRF token Generation with HMAC.
- Since:
- 4.11.0
- Author:
- Sergio del Amo
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Dot is used as separator between the HMAC and the random value. -
Method Summary
Methods inherited from interface io.micronaut.security.csrf.generator.CsrfTokenGenerator
generateCsrfToken
-
Field Details
-
HMAC_RANDOM_SEPARATOR
Dot is used as separator between the HMAC and the random value. As the random value and hmac are base64 encoded, they will not contain a dot.- See Also:
-
-
Method Details