Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit 5dc22de

Browse files
authored
Merge pull request #119 from inplayer-org/majadimchevska-patch-15
Update paywall3.md
2 parents 6211639 + d493c43 commit 5dc22de

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/paywall3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,16 @@ async paywall.checkUserAccess(assetId, clientId, accessFeeId);
447447
</script>
448448
```
449449

450+
### `isAuthenticated`
451+
452+
This method is a boolean method that tells whether an end-user has been authenticated on the page.
453+
454+
Example:
455+
456+
```js
457+
paywall.isAuthenticated();
458+
```
459+
450460
### Asset Manipulation Methods
451461

452462
The Paywall 3.0 increases flexibility by introducing methods that help you easily manipulate with adding or removing specific or all assets to/from a paywall instance. Also, aids optimization of created paywall instances by giving you the choice of destroying those that are most likely not to be used in the recent future.

0 commit comments

Comments
 (0)