isResponseAndRetry property

bool get isResponseAndRetry

Whether the response-and-retry strategy is active.

Returns true if:

Implementation

bool get isResponseAndRetry =>
    authHandler.usesAuth &&
    authOptions.refreshTokenExecutionType ==
        RefreshTokenStrategy.responseAndRetry;