We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 091b149 + ab1c686 commit 874766dCopy full SHA for 874766d
src/ITokenResponse.ts
@@ -1,8 +1,8 @@
1
export default interface ITokenResponse {
2
access_token: string;
3
expires_in: number;
4
- refresh_expires_in: number;
5
- refresh_token: string;
+ refresh_expires_in?: number;
+ refresh_token?: string;
6
scope: string;
7
token_type: string;
8
}
0 commit comments