Skip to content

Commit

Permalink
fix: improve doc comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianmikus committed Nov 30, 2023
1 parent 2d6a2d0 commit 4493d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/server/lib/oauth/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4493d90

Please sign in to comment.