-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove username andd password from Demo files and added support of JWT
- Loading branch information
1 parent
69a4f0d
commit 79fb87c
Showing
12 changed files
with
120 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
<?php | ||
|
||
return array( | ||
'username' => '18881112233', // your RingCentral account phone number | ||
'extension' => null, // or number | ||
'password' => 'yourPassword', | ||
'clientId' => 'yourClientId', | ||
'clientId' => 'yourClientId', | ||
'clientSecret' => 'yourClientSecret', | ||
'server' => 'https://platform.ringcentral.com', // for production - https://platform.ringcentral.com | ||
'smsNumber' => '18882223344', // any of SMS-enabled numbers on your RingCentral account | ||
'server' => 'https://platform.ringcentral.com', // for production - https://platform.ringcentral.com | ||
'smsNumber' => '18882223344', // any of SMS-enabled numbers on your RingCentral account | ||
'mobileNumber' => '16501112233', // your own mobile number to which script will send sms | ||
'dateFrom' => 'yyyy-mm-dd', // dateFrom | ||
'dateTo' => 'yyyy-mm-dd' // dateTo | ||
'dateFrom' => 'yyyy-mm-dd', // dateFrom | ||
'dateTo' => 'yyyy-mm-dd', // dateTo | ||
"RC_JWT" => 'JWT' | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.