Update to neofs-api v0.7.5

This commit is contained in:
Leonard Lyubich 2020-05-15 16:00:02 +03:00
parent 2a926b6f1f
commit c8625b2c86
4 changed files with 98 additions and 39 deletions

View file

@ -132,6 +132,7 @@ User token granting rights for object manipulation
| Address | [refs.Address](#refs.Address) | | Address is an object address for which token is issued |
| Lifetime | [TokenLifetime](#service.TokenLifetime) | | Lifetime is a lifetime of the session |
| SessionKey | [bytes](#bytes) | | SessionKey is a public key of session key |
| OwnerKey | [bytes](#bytes) | | OwnerKey is a public key of the token owner |
<a name="service.TokenLifetime"></a>