diff options
author | massaraksh <massaraksh@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:49 +0300 |
commit | 8387f1fb70a4161b7581d3c0da52c4810df655be (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp | |
parent | 684ac31120ef65e34ba32b0324c42a4f921a14c4 (diff) | |
download | ydb-8387f1fb70a4161b7581d3c0da52c4810df655be.tar.gz |
Restoring authorship annotation for <massaraksh@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/tvmauth/client/misc/api/settings.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/cpp/tvmauth/client/misc/api/settings.h b/library/cpp/tvmauth/client/misc/api/settings.h index dd89eaffd40..715ab3e02c2 100644 --- a/library/cpp/tvmauth/client/misc/api/settings.h +++ b/library/cpp/tvmauth/client/misc/api/settings.h @@ -133,8 +133,8 @@ namespace NTvmAuth::NTvmApi { void SetTvmHostPort(const TString& host, ui16 port) { TvmHost = host; TvmPort = port; - } - + } + // Deprecated: set attributes directly void SetTiroleHostPort(const TString& host, ui16 port) { TiroleHost = host; @@ -238,12 +238,12 @@ namespace NTvmAuth::NTvmApi { const TString& GetTvmHost() const { return TvmHost; - } - + } + ui16 GetTvmPort() const { return TvmPort; - } - + } + bool IsRolesFetchingEnabled() const { return bool(FetchRolesForIdmSystemSlug); } |