Google Cloud Container V1 Client - Class GetJSONWebKeysResponse (1.10.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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setKeys

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

Parameter
NameDescription
var array<Google\Cloud\Container\V1\Jwk>
Returns
TypeDescription
$this