edutap.wallet_google.models.primitives.smarttap.AuthenticationKey#

pydantic model edutap.wallet_google.models.primitives.smarttap.AuthenticationKey#

see: https://developers.google.com/wallet/tickets/events/rest/v1/issuer#authenticationkey

Show JSON schema
{
   "title": "AuthenticationKey",
   "description": "see: https://developers.google.com/wallet/tickets/events/rest/v1/issuer#authenticationkey",
   "type": "object",
   "properties": {
      "id": {
         "title": "Id",
         "type": "integer"
      },
      "publicKeyPem": {
         "title": "Publickeypem",
         "type": "string"
      }
   },
   "required": [
      "id",
      "publicKeyPem"
   ]
}

Fields:
field id: int [Required]#
field publicKeyPem: str [Required]#