Package-level declarations
Types
Link copied to clipboard
Interface representing the repository for authentication operations.
Link copied to clipboard
interface AuthService
AuthService interface provides methods for authentication and authorization.
Link copied to clipboard
class AuthServiceImpl(authRepository: AuthRepository, secret: Secret, issuer: Issuer, audience: Audience, expirationTime: Int = EXPIRATION_TIME) : AuthService
Implementation of the AuthService interface.