public interface JwtGeneratorConfiguration
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccessTokenExpiration()
How long until the access token expires in seconds.
|
java.lang.Integer |
getRefreshTokenExpiration()
How long until the refresh token expires in seconds.
|
java.lang.Integer getAccessTokenExpiration()
java.lang.Integer getRefreshTokenExpiration()