AuthSchemeAuthenticateResult

View Source

Summary

Full return type for an auth scheme, including skipped requests.

Signature

type AuthSchemeAuthenticateResult<identity> =
  | AuthSchemeResult<identity>
  | null
  | undefined
  | void;