/
home
/
desid573
/
public_html
/
tollster
/
vendor
/
google
/
auth
/
tests
/
mocks
/
/home/desid573/public_html/tollster/vendor/google/auth/tests/mocks
mkdir
upload
Name
Size
Mode
Actions
AppIdentityService.php
361
0644
edit
dl
rm
Edit:
/home/desid573/public_html/tollster/vendor/google/auth/tests/mocks/AppIdentityService.php
(361B)
<?php namespace google\appengine\api\app_identity; class AppIdentityService { public static $scope; public static $accessToken = array( 'access_token' => 'xyz', 'expiration_time' => '2147483646', ); public static function getAccessToken($scope) { self::$scope = $scope; return self::$accessToken; } }
Save
'xyz', 'expiration_time' => '2147483646', ); public static function getAccessToken($scope) { self::$scope = $scope; return self::$accessToken; } }