mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-20 17:05:51 +00:00
Add oauth token method
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user