admin  directory_v1
Classes | Public Member Functions | List of all members
Google.Apis.Admin.Directory.directory_v1.TokensResource Class Reference

The "tokens" collection of methods. More...

Classes

class  DeleteRequest
 Delete all access tokens issued by a user for an application. More...
 
class  GetRequest
 Get information about an access token issued by a user. More...
 
class  ListRequest
 Returns the set of tokens specified user has issued to 3rd party applications. More...
 

Public Member Functions

 TokensResource (Google.Apis.Services.IClientService service)
 Constructs a new resource. More...
 
virtual DeleteRequest Delete (string userKey, string clientId)
 Delete all access tokens issued by a user for an application. More...
 
virtual GetRequest Get (string userKey, string clientId)
 Get information about an access token issued by a user. More...
 
virtual ListRequest List (string userKey)
 Returns the set of tokens specified user has issued to 3rd party applications. More...
 

Detailed Description

The "tokens" collection of methods.

Constructor & Destructor Documentation

◆ TokensResource()

Google.Apis.Admin.Directory.directory_v1.TokensResource.TokensResource ( Google.Apis.Services.IClientService  service)
inline

Constructs a new resource.

Member Function Documentation

◆ Delete()

virtual DeleteRequest Google.Apis.Admin.Directory.directory_v1.TokensResource.Delete ( string  userKey,
string  clientId 
)
inlinevirtual

Delete all access tokens issued by a user for an application.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
clientIdThe Client ID of the application the token is issued to.

◆ Get()

virtual GetRequest Google.Apis.Admin.Directory.directory_v1.TokensResource.Get ( string  userKey,
string  clientId 
)
inlinevirtual

Get information about an access token issued by a user.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.
clientIdThe Client ID of the application the token is issued to.

◆ List()

virtual ListRequest Google.Apis.Admin.Directory.directory_v1.TokensResource.List ( string  userKey)
inlinevirtual

Returns the set of tokens specified user has issued to 3rd party applications.

Parameters
userKeyIdentifies the user in the API request. The value can be the user's primary email address, alias email address, or unique user ID.

The documentation for this class was generated from the following file: