Remix
Remix
remix/middleware/auth · TypeView Source

AuthSchemeAuthenticateResult

Summary

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

Signature

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