Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
Export OAuth2 token response interfaces (#45)
Browse files Browse the repository at this point in the history
* export oauth2 token response interfaces

* undo export of TokenErrorResponseBody interface
  • Loading branch information
marcomuser authored Feb 17, 2024
1 parent 3d6dd2d commit 0ab6015
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .changesets/hrcfb.patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Export OAuth2 token response interface
2 changes: 1 addition & 1 deletion src/oauth2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ interface TokenErrorResponseBody {
error_description?: string;
}

interface TokenResponseBody {
export interface TokenResponseBody {
access_token: string;
token_type?: string;
expires_in?: number;
Expand Down

0 comments on commit 0ab6015

Please sign in to comment.