Skip to content

Commit

Permalink
Merge pull request #261 from ErunamoJAZZ/master
Browse files Browse the repository at this point in the history
Adding createUserToken to types
  • Loading branch information
Nekuromento committed Oct 31, 2019
2 parents 7e574af + 436ead7 commit 23b8682
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions types/getstream/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ export class StreamClient {
getReadOnlyToken(feedSlug: string, userId: string): string;
getReadWriteToken(feedSlug: string, userId: string): string;

// Create user token
createUserToken(userId: string, extraData?: object): string;

// Create feed
feed(
feedSlug: string,
Expand Down

0 comments on commit 23b8682

Please sign in to comment.