Spawnrad

Results 11 comments of Spawnrad

with symfony i use this code if it can help you $tokenRequestContext = new ClientCredentialContext( $this->tenantId, $this->clientId, $this->clientSecret, ); $accessToken = new AccessToken([ 'access_token' => $oauthUser->getAccessToken(), 'refresh_token' => $oauthUser->getRefreshToken(), ]);...