Skip to content

Commit cf7b275

Browse files
committed
Add provider ID token to TokenData type
We added this in v6 along with the `identity_id`.
1 parent b93b8d9 commit cf7b275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/auth-core/src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ export interface TokenData {
7575
identity_id: string | null;
7676
provider_token: string | null;
7777
provider_refresh_token: string | null;
78+
provider_id_token: string | null;
7879
}
7980

8081
export type RegistrationResponse =

0 commit comments

Comments
 (0)