[#40] service: Rename Token to SessionToken

Rename Token message to SessionToken to clarify its purpose.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-11 11:40:09 +03:00 committed by Stanislav Bogatyrev
parent fa7c269500
commit b088391294
4 changed files with 17 additions and 17 deletions

View file

@ -50,7 +50,7 @@ message Header {
// session_token carries token of the session within which the object was created.
// If session token is presented in object, it acts as the user's proof of the
// correctness of the creator_key.
service.Token session_token = 3;
service.SessionToken session_token = 3;
// creator_key carries public key of the object creator in a binary format.
bytes creator_key = 4;