Class UsersResource
The "users" collection of methods.
Inherited Members
Namespace: Google.Apis.WebContentPublisher.v1
Assembly: Google.Apis.WebContentPublisher.v1.dll
Syntax
public class UsersResource
Constructors
UsersResource(IClientService)
Constructs a new resource.
Declaration
public UsersResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
GeneratePlatformSiteTokens(GeneratePlatformSiteTokensRequest, string)
Returns user tokens mapped to their canonical domains for all publications the authenticated user is entitled to.
Declaration
public virtual UsersResource.GeneratePlatformSiteTokensRequest GeneratePlatformSiteTokens(GeneratePlatformSiteTokensRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| GeneratePlatformSiteTokensRequest | body | The body of the request. |
| string | name | Required. The resource name of the user to generate tokens for. Format: users/{user} |
Returns
| Type | Description |
|---|---|
| UsersResource.GeneratePlatformSiteTokensRequest |