Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
oauth_profile.h
1#ifndef SOURCEMETA_CORE_OAUTH_PROFILE_H_
2#define SOURCEMETA_CORE_OAUTH_PROFILE_H_
3
4#ifndef SOURCEMETA_CORE_OAUTH_EXPORT
5#include <sourcemeta/core/oauth_export.h>
6#endif
7
8#include <cstdint> // std::uint8_t
9
10namespace sourcemeta::core {
11
23enum class OAuthProfile : std::uint8_t {
31};
32
33} // namespace sourcemeta::core
34
35#endif
@ Strict
The cookie is withheld from every cross-site request.
Definition http.h:269
OAuthProfile
Definition oauth_profile.h:23
@ Compatible
Definition oauth_profile.h:30