userver
C++ Async Framework
Documentation
API Groups
Namespaces
Reference
Class List
Class Index
File List
Macros
All
e
i
l
r
t
u
Functions
Macros
e
i
l
r
t
u
Examples
Toggle main menu visibility
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Concepts
Loading...
Searching...
No Matches
All results
user_provider.hpp
1
#
pragma
once
2
3
#
include
<
string
>
4
5
USERVER_NAMESPACE_BEGIN
6
7
namespace
server::auth {
8
9
// Possible values of 'X-Ya-User-Ticket-Provider' header.
10
enum
class
UserProvider :
int
{
11
kYandex,
12
kYandexTeam,
13
};
14
15
std::string ToString(UserProvider provider);
16
17
}
// namespace server::auth
18
19
USERVER_NAMESPACE_END
Docs version:
v1.0
,
v2.0
,
trunk/develop
userver
server
auth
user_provider.hpp
Generated on Wed Apr 30 2025 15:53:36 for userver by
Doxygen
1.13.2