We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b2659 commit d4b211dCopy full SHA for d4b211d
src/runtime/server/lib/oauth/oidc.ts
@@ -71,7 +71,7 @@ export interface OAuthOidcConfig {
71
*/
72
scope?: string[]
73
/**
74
- * checks
+ * A list of checks to add to the OIDC Flow (eg. 'state' or 'pkce')
75
* @default []
76
* @see https://auth0.com/docs/flows/authorization-code-flow-with-proof-key-for-code-exchange-pkce
77
* @see https://auth0.com/docs/protocols/oauth2/oauth-state
0 commit comments