refreshTokens

abstract suspend fun refreshTokens(refreshToken: String): AuthenticationTokens

Refresh the access and ID tokens using the refresh token.

Return

successful authentication result AuthenticationTokens