php-sqlsrv/test/functional/pdo_sqlsrv/access_token.inc
Jenny Tam e51380612d
Adding supporting for Azure AD access token (#837)
* Adding supporting for Azure AD access token

* Added more comments for the AD access token skipif files

* Save the pointer to access token struct until after connecting

* Clear the access token data before freeing the memory

* Added a reference as per review
2018-09-06 11:32:04 -07:00

3 lines
49 B
PHP

<?php
$accToken = 'TARGET_ACCESS_TOKEN';
?>