We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fd3fd9 + 6e617ac commit 76c3411Copy full SHA for 76c3411
1 file changed
index.d.ts
@@ -57,7 +57,7 @@ export interface RefreshResult {
57
accessTokenExpirationDate: string;
58
additionalParameters?: { [name: string]: string };
59
idToken: string;
60
- refreshToken: string;
+ refreshToken: string | null;
61
tokenType: string;
62
}
63
0 commit comments