GoogleApi.OnDemandScanning.V1.Model.Jwt (google_api_on_demand_scanning v0.7.0)
View SourceAttributes
-
compactJwt
(type:String.t
, default:nil
) - 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
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OnDemandScanning.V1.Model.Jwt{compactJwt: String.t() | nil}