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

@@ -165,6 +165,12 @@ public function createDocument(array $parameters)
public function createDocumentDownloadUrl(string $identifier, CarbonInterface $expiresAt = NULL)
```
### Oauth
```php
public function retrievingToken(string $grantType, array $attributes)
```
### PaymentIntents
```php