forked from TrueCloudLab/frostfs-api
[#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:
parent
fa7c269500
commit
b088391294
4 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue