Skip to content

Commit ab096fb

Browse files
authored
Merge pull request DuendeArchive#200 from ErikSchierboom/patch-1
Change time of accessTokenExpiringNotificationTime setting to number
2 parents 21bd105 + 55635e4 commit ab096fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc-client.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ declare namespace Oidc {
167167
monitorSession?: any;
168168
checkSessionInterval?: any;
169169
revokeAccessTokenOnSignout?: any;
170-
accessTokenExpiringNotificationTime?: string;
170+
accessTokenExpiringNotificationTime?: number;
171171
redirectNavigator?: any;
172172
popupNavigator?: any;
173173
iframeNavigator?: any;

0 commit comments

Comments
 (0)