remix/auth-middleware · TypeView Source
AuthSchemeAuthenticateResult
Summary
Full return type for an auth scheme, including skipped requests.
Signature
type AuthSchemeAuthenticateResult<identity> =
| AuthSchemeResult<identity>
| null
| undefined
| void;