Reference documentation and code samples for the IAM Service Account Credentials V1 API class Google::Iam::Credentials::V1::SignJwtResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#key_id
def key_id() -> ::String
Returns
- (::String) — The ID of the key used to sign the JWT.
#key_id=
def key_id=(value) -> ::String
Parameter
- value (::String) — The ID of the key used to sign the JWT.
Returns
- (::String) — The ID of the key used to sign the JWT.
#signed_jwt
def signed_jwt() -> ::String
Returns
- (::String) — The signed JWT.
#signed_jwt=
def signed_jwt=(value) -> ::String
Parameter
- value (::String) — The signed JWT.
Returns
- (::String) — The signed JWT.