performRefreshTokenGrant

abstract suspend fun performRefreshTokenGrant(context: Context)

Perform refresh token grant. This method will perform the refresh token grant and save the updated token state in the data store. If refresh token grant fails, it will throw an Exception.

Parameters

context

The Context instance.