File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -444,6 +444,12 @@ <h3 id="inputs">
444
444
</ span >
445
445
</ td >
446
446
</ tr >
447
+ < tr >
448
+ < td class ="col-md-4 ">
449
+ < i > Type : </ i > < code > < a href ="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number " target ="_blank " > number</ a > </ code >
450
+
451
+ </ td >
452
+ </ tr >
447
453
< tr >
448
454
< td class ="col-md-4 ">
449
455
< div class ="io-line "> Defined in < a href ="" data-line ="222 " class ="link-to-prism "> projects/lib/src/auth.config.ts:222</ a > </ div >
@@ -2161,7 +2167,7 @@ <h3 id="inputs">
2161
2167
/**
2162
2168
* The window of time (in seconds) to allow the current time to deviate when validating id_token's iat and exp values.
2163
2169
*/
2164
- public clockSkewInSec?: 600 ;
2170
+ public clockSkewInSec?: number ;
2165
2171
2166
2172
/**
2167
2173
* Code Flow is by defauld used together with PKCI which is also higly recommented.
Original file line number Diff line number Diff line change @@ -6176,6 +6176,12 @@ <h3 id="inputs">
6176
6176
</ span >
6177
6177
</ td >
6178
6178
</ tr >
6179
+ < tr >
6180
+ < td class ="col-md-4 ">
6181
+ < i > Type : </ i > < code > < a href ="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number " target ="_blank " > number</ a > </ code >
6182
+
6183
+ </ td >
6184
+ </ tr >
6179
6185
< tr >
6180
6186
< td class ="col-md-4 ">
6181
6187
< div class ="io-line "> Inherited from < code > < a href ="../classes/AuthConfig.html " target ="_self " > AuthConfig</ a > </ code >
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export class AuthConfig {
219
219
/**
220
220
* The window of time (in seconds) to allow the current time to deviate when validating id_token's iat and exp values.
221
221
*/
222
- public clockSkewInSec ?: 600 ;
222
+ public clockSkewInSec ?: number ;
223
223
224
224
/**
225
225
* Code Flow is by defauld used together with PKCI which is also higly recommented.
You can’t perform that action at this time.
0 commit comments