refreshToken abstract method

Future<bool> refreshToken()

Refresh the access token using the refresh token

Returns true if refresh was successful, false otherwise. Should update the stored access token on success.

Implementation

Future<bool> refreshToken();