We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13b05a8 + 1c8e14b commit 28829e6Copy full SHA for 28829e6
1 file changed
shared/schemas/oauth.ts
@@ -10,4 +10,5 @@ export const OAuthMetadataSchema = object({
10
application_type: string(),
11
token_endpoint_auth_method: string(),
12
dpop_bound_access_tokens: boolean(),
13
+ response_types: array(string()),
14
})
0 commit comments