syntax = “proto3”; import “google/protobuf/any.proto”; package prototok.protobuf;

message Token {

string exp = 1;
string nbf = 2;
string iat = 3;
string jti = 4;
google.protobuf.Any payload = 5;

}