AccessTokenRefresherImpl

Constructors

Link copied to clipboard
constructor(repository: AccessTokenRepository)

Functions

Link copied to clipboard
open suspend override fun refreshTokenAndPersistSession(currentRefreshToken: String, clientId: String?): Either<CoreFailure, AccountTokens>

Refreshes the access token using the provided refresh token and persists the session in the repository.