Google Cloud Container V1 Client - Class GetJSONWebKeysResponse (1.30.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class GetJSONWebKeysResponse.

GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517

Generated from protobuf message google.container.v1.GetJSONWebKeysResponse

Namespace

Google \ Cloud \ Container \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ keys array<Google\Cloud\Container\V1\Jwk>

The public component of the keys used by the cluster to sign token requests.

getKeys

The public component of the keys used by the cluster to sign token requests.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setKeys

The public component of the keys used by the cluster to sign token requests.

Parameter
Name Description
var array<Google\Cloud\Container\V1\Jwk>
Returns
Type Description
$this