| Total Complexity | 2 |
| Total Lines | 37 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class OAuth |
||
| 9 | { |
||
| 10 | 6 | public function __construct( |
|
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Request access token. |
||
| 19 | * |
||
| 20 | * @see https://developer.vivawallet.com/integration-reference/oauth2-authentication/ |
||
| 21 | * |
||
| 22 | * @param array<string,mixed> $guzzleOptions Additional options for the Guzzle client |
||
| 23 | */ |
||
| 24 | 15 | public function requestToken( |
|
| 47 |