Skip to content

Commit 924c1ce

Browse files
committed
Merge branch 'request-propagation-in-tools' of github.com:KKonstantinov/typescript-sdk into request-propagation-in-tools
2 parents 606c278 + 384095c commit 924c1ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shared/auth.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ export const OAuthClientMetadataSchema = z.object({
9898
jwks: z.any().optional(),
9999
software_id: z.string().optional(),
100100
software_version: z.string().optional(),
101+
software_statement: z.string().optional(),
101102
}).strip();
102103

103104
/**

0 commit comments

Comments
 (0)