isAccessTokenExpired abstract method

bool isAccessTokenExpired(
  1. DioException error
)

Calls to determine if the request failed because the access token expired or not. If so, the refresh token process will be started.

Implementation

bool isAccessTokenExpired(DioException error);