-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
Implement httpAuth.status(): should return one of:
httpAuth.NONE: Initial value, before any auth has been attemptedhttpAuth.WAITING: Failed requests have been queued, but no auth credentials have been supplied yethttpAuth.PENDING: Credentials have been set, but we're still waiting to see if a previously-failed request has returnedhttpAuth.SUCCEEDED: Authentication succeededhttpAuth.FAILED: Authentication failed, credentials should be updated before retrying
Implement httpAuth.attempts(): should count the number of times authentication has been attempted