📅  最后修改于: 2022-03-11 15:00:04.538000             🧑  作者: Mango
// This grepper uses invalid HJSON-like comments
// PoP Token in OAUTH2.0 is a token used for Proof Of Possession
{
"iss": "https://server.example.com", // Issuer identifier of the authorization server
"aud": "https://resource.example.org", // Audience (id of the resource server)
"iat": "1360189224", // Issuead At Time
"exp": "1361398868", // Expiration time of token
"cnf":{...} // Confirmation method
}