ydb-platform / ydb-python-sdk

YDB Python SDK
https://ydb-platform.github.io/ydb-python-sdk/
Apache License 2.0
87 stars 50 forks source link

Fix updating of expiration info #436

Closed LuckySting closed 5 months ago

LuckySting commented 5 months ago

Fix problem with refreshing of token on each request

Pull request type

Please check the type of change your PR introduces:

What is the current behavior?

Expiration info is not stored, so each query cause a refreshing of the token

Issue Number: N/A

What is the new behavior?

Expiration info is stored

Other information