Skip to content

Commit

Permalink
fix(typescript): add missing types (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Skokan <panva.ip@gmail.com>
  • Loading branch information
jaulz and panva authored Sep 2, 2020
1 parent e9dd562 commit 49e0ff0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ export class Client {
[custom.http_options]: CustomHttpOptionsProvider;
[custom.clock_tolerance]: number;
metadata: ClientMetadata;
issuer: Issuer<this>;
static issuer: Issuer<Client>;

/**
* Returns the target authorization redirect URI to redirect End-Users to using the provided parameters.
Expand Down

0 comments on commit 49e0ff0

Please sign in to comment.