isResponseAndRetry property
bool
get
isResponseAndRetry
Determines if the interceptor should retry the request after refreshing the token.
Implementation
bool get isResponseAndRetry =>
authHandler.usesAuth &&
authOptions.refreshTokenExecutionType ==
RefreshTokenStrategy.responseAndRetry;