Reference documentation and code samples for the Google Cloud Iam Credentials V1 Client class SignJwtResponse.
Generated from protobuf message google.iam.credentials.v1.SignJwtResponse
Namespace
Google \ Cloud \ Iam \ Credentials \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key_id |
string
The ID of the key used to sign the JWT. |
↳ signed_jwt |
string
The signed JWT. |
getKeyId
The ID of the key used to sign the JWT.
Returns | |
---|---|
Type | Description |
string |
setKeyId
The ID of the key used to sign the JWT.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSignedJwt
The signed JWT.
Returns | |
---|---|
Type | Description |
string |
setSignedJwt
The signed JWT.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |