Skip to content

Commit d4b211d

Browse files
fix: improve doc comment.
1 parent f4b2659 commit d4b211d

File tree

1 file changed

+1
-1
lines changed
  • src/runtime/server/lib/oauth

1 file changed

+1
-1
lines changed

src/runtime/server/lib/oauth/oidc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export interface OAuthOidcConfig {
7171
*/
7272
scope?: string[]
7373
/**
74-
* checks
74+
* A list of checks to add to the OIDC Flow (eg. 'state' or 'pkce')
7575
* @default []
7676
* @see https://auth0.com/docs/flows/authorization-code-flow-with-proof-key-for-code-exchange-pkce
7777
* @see https://auth0.com/docs/protocols/oauth2/oauth-state

0 commit comments

Comments
 (0)