diff --git a/docs/classes/AuthConfig.html b/docs/classes/AuthConfig.html index 29075639..5e7be456 100644 --- a/docs/classes/AuthConfig.html +++ b/docs/classes/AuthConfig.html @@ -444,6 +444,12 @@
number
+
+ number
+
+ AuthConfig
diff --git a/projects/lib/src/auth.config.ts b/projects/lib/src/auth.config.ts
index ecb25a41..0aba7137 100644
--- a/projects/lib/src/auth.config.ts
+++ b/projects/lib/src/auth.config.ts
@@ -219,7 +219,7 @@ export class AuthConfig {
/**
* The window of time (in seconds) to allow the current time to deviate when validating id_token's iat and exp values.
*/
- public clockSkewInSec?: 600;
+ public clockSkewInSec?: number;
/**
* Code Flow is by defauld used together with PKCI which is also higly recommented.