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.
1 parent 8bff256 commit 141f3f5Copy full SHA for 141f3f5
src/client/auth.ts
@@ -71,7 +71,7 @@ export const OAuthClientInformationSchema = z.object({
71
client_secret: z.string().optional(),
72
client_id_issued_at: z.number().optional(),
73
client_secret_expires_at: z.number().optional(),
74
-}).merge(OAuthClientMetadataSchema);
+}).passthrough();
75
76
export type OAuthMetadata = z.infer<typeof OAuthMetadataSchema>;
77
export type OAuthTokens = z.infer<typeof OAuthTokensSchema>;
0 commit comments