class Google::Apis::OndemandscanningV1beta1::Jwt
Attributes
compact_jwt[RW]
The compact encoding of a JWS, which is always three base64 encoded strings joined by periods. For details, see: tools.ietf.org/html/rfc7515.html# section-3.1 Corresponds to the JSON property `compactJwt` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 1086 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ondemandscanning_v1beta1/classes.rb, line 1091 def update!(**args) @compact_jwt = args[:compact_jwt] if args.key?(:compact_jwt) end