Class: Grafeas::V1::Jwt
- Inherits:
-
Object
- Object
- Grafeas::V1::Jwt
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/attestation.rb
Instance Attribute Summary collapse
-
#compact_jwt ⇒ ::String
The compact encoding of a JWS, which is always three base64 encoded strings joined by periods.
Instance Attribute Details
#compact_jwt ⇒ ::String
Returns The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: https://tools.ietf.org/html/rfc7515.html#section-3.1.
59 60 61 62 |
# File 'proto_docs/grafeas/v1/attestation.rb', line 59 class Jwt include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |