Google Cloud Iam Credentials V1 Client - Class SignJwtResponse (1.0.6)

Reference documentation and code samples for the Google Cloud Iam Credentials V1 Client class SignJwtResponse.

Generated from protobuf message google.iam.credentials.v1.SignJwtResponse

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setKeyId

The ID of the key used to sign the JWT.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSignedJwt

The signed JWT.

Returns
TypeDescription
string

setSignedJwt

The signed JWT.

Parameter
NameDescription
var string
Returns
TypeDescription
$this