Show / Hide Table of Contents

Class EnterprisesResource.WebTokensResource

The "webTokens" collection of methods.

Inheritance
object
EnterprisesResource.WebTokensResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AndroidManagement.v1
Assembly: Google.Apis.AndroidManagement.v1.dll
Syntax
public class EnterprisesResource.WebTokensResource

Constructors

WebTokensResource(IClientService)

Constructs a new resource.

Declaration
public WebTokensResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(WebToken, string)

Creates a web token to access an embeddable managed Google Play web UI for a given enterprise.

Declaration
public virtual EnterprisesResource.WebTokensResource.CreateRequest Create(WebToken body, string parent)
Parameters
Type Name Description
WebToken body

The body of the request.

string parent

The name of the enterprise in the form enterprises/{enterpriseId}.

Returns
Type Description
EnterprisesResource.WebTokensResource.CreateRequest
In this article
Back to top Generated by DocFX