class EnterprisesWebTokens extends Resource (View source)

The "webTokens" collection of methods.

Typical usage is:

 $androidmanagementService = new Google\Service\AndroidManagement(...);
 $webTokens = $androidmanagementService->enterprises_webTokens;

Methods

create(string $parent, WebToken $postBody, array $optParams = [])

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

Details

WebToken create(string $parent, WebToken $postBody, array $optParams = [])

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

Parameters

string $parent

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

WebToken $postBody
array $optParams

Optional parameters.

Return Value

WebToken

Exceptions

Exception