We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74db30f commit fcdadacCopy full SHA for fcdadac
types/index.d.ts
@@ -35,6 +35,7 @@ declare namespace fastifyOauth2 {
35
token_type: 'bearer';
36
access_token: string;
37
refresh_token?: string;
38
+ id_token?: string;
39
expires_in: number;
40
expires_at: Date;
41
}
0 commit comments