Extracts credentials from a request and verifies them in a single step.
This is a convenience function that combines extractCredentials and
verifyCredentials. Use it when you want the full auth flow without
needing to inspect the raw credentials.
Parameters
request: Request
The incoming HTTP request.
options: VerifyAuthOptions
Auth modes to accept and optional environment overrides.
Extracts credentials from a request and verifies them in a single step.
This is a convenience function that combines extractCredentials and verifyCredentials. Use it when you want the full auth flow without needing to inspect the raw credentials.