iosdevlicard

Results 1 comments of iosdevlicard

``` $options['extra']['parameters'] = [ 'client_id'=>'CLIENT_ID', 'client_secret' => 'CLIENT_SECRET', 'grant_type' => 'password', 'username' => 'email', 'password' => 'pass', ]; $client = static::createClient(); $response = $client->request('POST', '/oauth/v2/token', $options); ```