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 @@

+ + + Type : number + + +
Defined in projects/lib/src/auth.config.ts:222
@@ -2161,7 +2167,7 @@

/** * 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. diff --git a/docs/injectables/OAuthService.html b/docs/injectables/OAuthService.html index 8511aa4a..2d816ab6 100644 --- a/docs/injectables/OAuthService.html +++ b/docs/injectables/OAuthService.html @@ -6176,6 +6176,12 @@

+ + + Type : number + + +
Inherited from 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.