shouldRefreshToken abstract method

bool shouldRefreshToken(
  1. Response response
)

Determines if the token should be refreshed based on the given Response.

Returns true if the token should be refreshed, false otherwise.

Implementation

bool shouldRefreshToken(Response response);