11-09-2021, 03:58 PM (This post was last modified: 11-09-2021, 03:59 PM by richb201.)
There seems to be no function http() on my system. What can I use instead of http()? $response = http($metadata->token_endpoint, [ 'grant_type' => 'authorization_code', 'code' => $_GET['code'], 'redirect_uri' => $redirect_uri, 'client_id' => $client_id, 'client_secret' => $client_secret, ]);