Add oauth token method

This commit is contained in:
René Preuß
2019-12-09 21:58:35 +01:00
parent 553167d108
commit 29a46a9ef9
4 changed files with 76 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ class BitinflowAccounts
use Traits\ChargesTrait;
use Traits\DocumentsTrait;
use Traits\OauthTrait;
use Traits\PaymentIntentsTrait;
use Traits\SshKeysTrait;
use Traits\UsersTrait;