Created
March 10, 2019 07:16
-
-
Save ManivannanMurugavel/06348ac476d54fd64584615cb799ea67 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$myObj->access_token = "d50d9fd00acf797ac409d5890fcc76669b727e63"; | |
$myObj->token_type = "Bearer"; | |
$myObj->expiry_in = "1295998"; | |
$myObj->refresh_token="TZzj2yvtWlNP6BvG6UC5UKHXY2Ey6eEo80FSYax6Yv8"; | |
$myJSON = json_encode($myObj); | |
echo $myJSON; | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment