BadAuth

View Source

Summary

Auth state for a request that did not authenticate successfully.

Signature

interface BadAuth {
  error?: AuthFailure;
  ok: false;
}

Properties

error

Failure details when authentication was attempted and rejected.

ok

Indicates that the current request is not authenticated.