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 | 684ac31120ef65e34ba32b0324c42a4f921a14c4 (patch) | |
tree | 6093a65dfcdb2257725cd02840f65f5346f822f8 /library/cpp/tvmauth | |
parent | 26922fe743f17dd1c12d5a4610a165bb8d11e3ef (diff) | |
download | ydb-684ac31120ef65e34ba32b0324c42a4f921a14c4.tar.gz |
Restoring authorship annotation for <massaraksh@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/tvmauth')
-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 715ab3e02c..dd89eaffd4 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); } |