GoogleApi.WalletObjects.V1.Model.JwtResource (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
jwt
(type:String.t
, default:nil
) - A string representing a JWT of the format described at https://developers.google.com/wallet/reference/rest/v1/Jwt
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.JwtResource{jwt: String.t() | nil}