Class: Google::Iam::Credentials::V1::SignJwtResponse
- Inherits:
-
Object
- Object
- Google::Iam::Credentials::V1::SignJwtResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/credentials/v1/common.rb
Instance Attribute Summary collapse
-
#key_id ⇒ ::String
The ID of the key used to sign the JWT.
-
#signed_jwt ⇒ ::String
The signed JWT.
Instance Attribute Details
#key_id ⇒ ::String
Returns The ID of the key used to sign the JWT.
140 141 142 143 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 140 class SignJwtResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signed_jwt ⇒ ::String
Returns The signed JWT.
140 141 142 143 |
# File 'proto_docs/google/iam/credentials/v1/common.rb', line 140 class SignJwtResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |