From 4493d9046af980d5b908e77072bb8fcc85b9dcf9 Mon Sep 17 00:00:00 2001 From: Maximilian Mikus Date: Thu, 30 Nov 2023 11:01:40 +0100 Subject: [PATCH] fix: improve doc comment. --- src/runtime/server/lib/oauth/oidc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/server/lib/oauth/oidc.ts b/src/runtime/server/lib/oauth/oidc.ts index 425202a6..4ca58cdf 100644 --- a/src/runtime/server/lib/oauth/oidc.ts +++ b/src/runtime/server/lib/oauth/oidc.ts @@ -71,7 +71,7 @@ export interface OAuthOidcConfig { */ scope?: string[] /** - * checks + * A list of checks to add to the OIDC Flow (eg. 'state' or 'pkce') * @default [] * @see https://auth0.com/docs/flows/authorization-code-flow-with-proof-key-for-code-exchange-pkce * @see https://auth0.com/docs/protocols/oauth2/oauth-state