RefreshTokenHandler

@Singleton
class RefreshTokenHandler(authService: AuthService) : RefreshTokenPersistence

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

Parameters

authService

The authentication service.

Constructors

Link copied to clipboard
constructor(authService: AuthService)

Functions

Link copied to clipboard
open override fun getAuthentication(refreshToken: String): Publisher<Authentication>
Link copied to clipboard
open override fun persistToken(event: RefreshTokenGeneratedEvent)