Skip to content

Commit 76c3411

Browse files
author
Kadi Kraman
authored
Merge pull request #412 from henninghall/patch-2
Typescript: Add null as posible token value for RefreshResult
2 parents 4fd3fd9 + 6e617ac commit 76c3411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface RefreshResult {
5757
accessTokenExpirationDate: string;
5858
additionalParameters?: { [name: string]: string };
5959
idToken: string;
60-
refreshToken: string;
60+
refreshToken: string | null;
6161
tokenType: string;
6262
}
6363

0 commit comments

Comments
 (0)