AccessTokenRefresher
Functions
Link copied to clipboard
abstract suspend fun refreshTokenAndPersistSession(currentRefreshToken: String, clientId: String? = null): Either<CoreFailure, AccountTokens>
Refreshes the access token using the provided refresh token and persists the session in the repository.