Package-level declarations

Types

Link copied to clipboard
@Singleton
class AuthenticationProvider<B>(authService: AuthService) : HttpRequestAuthenticationProvider<B>

The authentication provider for the users service. It provides the authentication logic for the users service. It responds to /auth/login requests.

Link copied to clipboard
@Singleton
class RefreshTokenHandler(authService: AuthService) : RefreshTokenPersistence

The refresh token handler for the users service. It handles the refresh token events.