We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0015c67 commit 6c864a1Copy full SHA for 6c864a1
1 file changed
src/api.types.ts
@@ -1,8 +1,8 @@
1
export interface TokenResponse {
2
token: {
3
access_token: string
4
- id_token: string
5
refresh_token: string
+ id_token: string
6
token_type: string
7
expires_in: number
8
}
0 commit comments