AI-generated Key Takeaways
-
The
JwtResource
object represents a JSON Web Token (JWT) used for Google Wallet integrations. -
This JWT contains information about resources, as detailed in the provided link.
-
Developers can use the
insert
method to integrate these resources within the JWT. -
The structure of the JWT is represented by a JSON object containing the 'jwt' field, which holds the token string.
Resource: JwtResource
JSON representation |
---|
{ "jwt": string } |
Fields | |
---|---|
jwt |
A string representing a JWT of the format described at https://developers.google.com/wallet/reference/rest/v1/Jwt |
Methods |
|
---|---|
|
Inserts the resources in the JWT. |