isResponseAndRetry property

bool get isResponseAndRetry

Implementation

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