refreshTokens

abstract suspend fun refreshTokens(refreshToken: String): AuthenticationTokens

Refresh the access and ID tokens using the refresh token.

Return

Successful authentication result AuthenticationTokens containing refreshed tokens

Parameters

refreshToken

refresh token used to refresh the access and ID tokens.