Skip to content

Commit

Permalink
Remove "extends StandardClaims"
Browse files Browse the repository at this point in the history
StandardClaims is not defined yet.  So we need to remove the reference.
  • Loading branch information
ssilvert authored and Bruno Oliveira da Silva committed Jul 12, 2019
1 parent a71dea1 commit 11120e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keycloak.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ declare namespace KeycloakConnect {
* Returns a user info JSON Object
* @param {Token|String} token
*/
userInfo<T extends Token|string, C extends StandardClaims>(token: T): Promise<C>
userInfo<T extends Token|string, C>(token: T): Promise<C>

/**
* Create a `Grant` object from a string of JSON data.
Expand Down

0 comments on commit 11120e7

Please sign in to comment.