io.github.jahrim.chess.authentication.service.components.exceptions.TokenExpiredException.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of authentication-service Show documentation
Show all versions of authentication-service Show documentation
A service which handles registration and authentication in an application.
package io.github.jahrim.chess.authentication.service.components.exceptions
/**
* An [[AuthenticationServiceException]] triggered when a user attempts to
* validate an expired token.
*/
class TokenExpiredException extends AuthenticationServiceException("Token expired.")
© 2015 - 2024 Weber Informatics LLC | Privacy Policy