AuthChecker constructor

const AuthChecker()

standard checker

it will categorize only 401 status code as unauthorized.

note: it will ignore errors with null DioException.response.

note: it will ignore error type of other than DioExceptionType.response.

note: it will ignore null status code.

Implementation

const factory AuthChecker() = AuthCheckerStandardImpl;