Skip to content

Commit 0e83209

Browse files
committed
add get keys endpoint
1 parent 5527b45 commit 0e83209

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export interface MetadataService {
7373

7474
getRevocationEndpoint(): Promise<string | undefined>;
7575

76+
getKeysEndpoint(): Promise<string | undefined>;
77+
7678
getSigningKeys(): Promise<any[]>;
7779
}
7880

0 commit comments

Comments
 (0)