docs: Add documentation on public keys field in session token

remotes/KirillovDenis/feature/refactor-sig-rpc
alexvanin 2020-01-17 12:38:34 +03:00
parent e88a6ee028
commit 98ea69a9d4
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ User token granting rights for object manipulation
| ObjectID | [bytes](#bytes) | repeated | ObjectID is an object identifier of manipulation object |
| Signature | [bytes](#bytes) | | Signature is a token signature, signed by owner of manipulation object |
| ID | [bytes](#bytes) | | ID is a token identifier. valid UUIDv4 represented in bytes |
| PublicKeys | [bytes](#bytes) | repeated | PublicKeys associated with owner |
<a name="session.VerificationHeader"></a>