Interface | Description |
---|---|
AccessTokenConfiguration |
Configuration for access tokens
|
RefreshTokenConfiguration |
Refresh token configuration
|
Class | Description |
---|---|
AccessRefreshTokenGenerator |
Generates http responses with access and refresh token.
|
AccessTokenConfigurationProperties |
Access token configuration.
|
JwtTokenGenerator |
JWT Token Generation.
|
RefreshTokenConfigurationProperties |
Refresh token configuration.
|
SignedRefreshTokenGenerator |
The default implementation of
RefreshTokenGenerator and RefreshTokenValidator
that encrypts the token with a secret key and validates a token can be decrypted with
the same secret key. |