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

Commit a30dbe5

Browse files
update response body type
1 parent d670e85 commit a30dbe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oauth2/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ interface TokenErrorResponseBody {
297297

298298
export interface TokenResponseBody {
299299
access_token: string;
300-
token_type?: string;
300+
token_type: string;
301301
expires_in?: number;
302302
refresh_token?: string;
303303
scope?: string;

0 commit comments

Comments
 (0)