Skip to content

Commit 6302b86

Browse files
authored
Add docs on regenerateToken()
1 parent 99e11e8 commit 6302b86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ $orgmanager->deleteOrg('ORG_ID');
7575
$orgmanager->getStats();
7676
```
7777

78+
### Renenerate Token
79+
80+
``` php
81+
$orgmanager->regenerateToken($set);
82+
```
83+
where `$set` is false if you don't want to use the new token on future requests.
84+
7885
## Changelog
7986

8087
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

0 commit comments

Comments
 (0)