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