JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.micronaut.security.token.jwt.generator.claims
Interface JwtIdGenerator
public interface
JwtIdGenerator
Generates the "jti" (JWT ID) claim, which provides a unique identifier for the JWT.
Author:
Sergio del Amo
See Also:
4.1.7. "jti" (JWT ID) Claim
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
generateJtiClaim
()
Method Detail
generateJtiClaim
String
generateJtiClaim()
Returns:
a case-sensitive String which is used as a unique identifier for the JWT.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method