\ No newline at end of file
diff --git a/docs/classes/PrimitiveArrayClaim.html b/docs/classes/PrimitiveArrayClaim.html
index 8a23cc44..c0f773e3 100644
--- a/docs/classes/PrimitiveArrayClaim.html
+++ b/docs/classes/PrimitiveArrayClaim.html
@@ -1,3 +1,3 @@
-PrimitiveArrayClaim | supertokens-website
\ No newline at end of file
diff --git a/docs/classes/PrimitiveClaim.html b/docs/classes/PrimitiveClaim.html
index 80089e86..71c77a51 100644
--- a/docs/classes/PrimitiveClaim.html
+++ b/docs/classes/PrimitiveClaim.html
@@ -1,3 +1,3 @@
-PrimitiveClaim | supertokens-website
\ No newline at end of file
diff --git a/docs/classes/SessionClaimValidator.html b/docs/classes/SessionClaimValidator.html
index db306860..cc378d4f 100644
--- a/docs/classes/SessionClaimValidator.html
+++ b/docs/classes/SessionClaimValidator.html
@@ -1,8 +1,8 @@
-SessionClaimValidator | supertokens-website
Decides if we need to refresh the claim value before checking the payload with validate.
E.g.: if the information in the payload is expired, or is not sufficient for this validator.
\ No newline at end of file
diff --git a/docs/classes/default.html b/docs/classes/default.html
index b7a6e699..3839f669 100644
--- a/docs/classes/default.html
+++ b/docs/classes/default.html
@@ -1 +1 @@
-default | supertokens-website
\ No newline at end of file
diff --git a/docs/modules.html b/docs/modules.html
index 83b47749..f99a807a 100644
--- a/docs/modules.html
+++ b/docs/modules.html
@@ -1,5 +1,5 @@
-supertokens-website
This allows for a Lock factory to be configured, which defaults to browser-tabs-lock.
This can be used, for example, by a WebExtension that needs to update cookies for
a domain that may or may not have an associated tab open.
- Preparing search index...
- The search index is not available
supertokens-websiteClass BooleanClaim
Hierarchy
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
config: PrimitiveClaimConfig
Returns BooleanClaim
Properties
Readonly default Max Age In Seconds
Readonly id
Readonly refresh
Type declaration
Makes an API call that will refresh the claim in the token.
-Parameters
userContext: any
Returns Promise<void>
validators
Methods
get Last Fetched Time
Parameters
payload: any
Optional _userContext: any
Returns undefined | number
get Value From Payload
Parameters
payload: any
Optional _userContext: any
Returns boolean
Generated using TypeDoc