[#40] service: Change Token.signature field number

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
Leonard Lyubich 2020-08-11 11:12:41 +03:00 committed by Stanislav Bogatyrev
parent 5809f0bfbf
commit e6b2810648

View file

@ -78,7 +78,7 @@ message Token {
Info token_info = 1;
// Signature is a signature of session token information
bytes signature = 8;
bytes signature = 2;
}
// TokenLifetime carries a group of lifetime parameters of the token