AuthSchemeAuthenticateResult
Summary
Full return type for an auth scheme, including skipped requests.
Signature
type AuthSchemeAuthenticateResult<identity> =
| AuthSchemeResult<identity>
| null
| undefined
| void;
Full return type for an auth scheme, including skipped requests.
type AuthSchemeAuthenticateResult<identity> =
| AuthSchemeResult<identity>
| null
| undefined
| void;