OptionalauthAuth mode(s) to try. Modes are attempted in order — the first match wins.
AuthModeWithKey for the full syntax including named keys.
OptionalallowUse VerifyAuthOptions.auth instead. Kept for backward
compatibility; will be removed in a future major release. When both are
provided, auth wins.
OptionalaudienceAccepted aud claim value(s) for user mode. When set, a token without
aud is rejected, and a token whose aud is an array passes when any
entry is accepted.
OptionalissuerAccepted iss claim value(s) for user mode. When set, a token without
iss is rejected. Supabase Auth issues https://<project-ref>.supabase.co/auth/v1,
which fromSupabaseUrl(url) builds from a project URL.
OptionalenvOptional environment overrides (passed through to resolveEnv).
Options for verifyAuth.