Class EnterprisesResource.WebTokensResource
The "webTokens" collection of methods.
Inherited Members
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 |