Skip to content

Commit e4969d9

Browse files
authored
updated signing keys type to array
The signing keys are an array of objects containing the keys and not a string
1 parent ab096fb commit e4969d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ declare namespace Oidc {
9696
authority?: string;
9797
metadataUrl?: string;
9898
metadata?: any;
99-
signingKeys?: string;
99+
signingKeys?: any[];
100100
client_id?: string;
101101
response_type?: string;
102102
scope?: string;

0 commit comments

Comments
 (0)