Skip to content

Commit

Permalink
add get keys endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Dec 19, 2018
1 parent 5527b45 commit 0e83209
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export interface MetadataService {

getRevocationEndpoint(): Promise<string | undefined>;

getKeysEndpoint(): Promise<string | undefined>;

getSigningKeys(): Promise<any[]>;
}

Expand Down

0 comments on commit 0e83209

Please sign in to comment.