Show / Hide Table of Contents

Class UsersResource

The "users" collection of methods.

Inheritance
object
UsersResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX