Sourcemeta Core 0.0.0
Loading...
Searching...
No Matches
oidc_profile.h
1#ifndef SOURCEMETA_CORE_OIDC_PROFILE_H_
2#define SOURCEMETA_CORE_OIDC_PROFILE_H_
3
4#ifndef SOURCEMETA_CORE_OIDC_EXPORT
5#include <sourcemeta/core/oidc_export.h>
6#endif
7
8#include <cstdint> // std::uint8_t
9
10namespace sourcemeta::core {
11
24enum class OIDCProfile : std::uint8_t {
33};
34
35} // namespace sourcemeta::core
36
37#endif
@ Strict
The cookie is withheld from every cross-site request.
Definition http.h:269
OIDCProfile
Definition oidc_profile.h:24
@ Legacy
Definition oidc_profile.h:32