Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class AzureJsonWebKeys.
AzureJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
Generated from protobuf message google.cloud.gkemulticloud.v1.AzureJsonWebKeys
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ keys |
array<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<Jwk>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|