Class Google_Service_Directory_Tokens_Resource
The "tokens" collection of methods. Typical usage is:
$adminService = new Google_Service_Directory(...); $tokens = $adminService->tokens;
- Google_Service_Resource
-
Google_Service_Directory_Tokens_Resource
Located at Directory.php
public
|
#
delete( string $userKey, string $clientId, array $optParams = array() )
Delete all access tokens issued by a user for an application. (tokens.delete) |
public
|
#
get( string $userKey, string $clientId, array $optParams = array() )
Get information about an access token issued by a user. (tokens.get) |
public
|
#
listTokens( string $userKey, array $optParams = array() )
Returns the set of tokens specified user has issued to 3rd party applications. (tokens.listTokens) |