LeviLamina
Loading...
Searching...
No Matches
TenantInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
TenantInfo
{
6
public
:
7
// TenantInfo inner types define
8
enum class
TokenState :
int
{
9
Missing = -2,
10
Expired = -1,
11
Stale = 0,
12
Fresh = 1,
13
};
14
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::UntypedStorage<8, 32>
mUnk74ae02;
19
::ll::UntypedStorage<8, 32>
mUnk618156;
20
::ll::UntypedStorage<8, 32>
mUnk50d374;
21
::ll::UntypedStorage<8, 32>
mUnk5a7060;
22
::ll::UntypedStorage<8, 80>
mUnk506b20;
23
::ll::UntypedStorage<4, 4>
mUnk2576ba;
24
::ll::UntypedStorage<4, 4>
mUnk246934;
25
::ll::UntypedStorage<8, 136>
mUnkc6beb3;
26
// NOLINTEND
27
28
public
:
29
// prevent constructor by default
30
TenantInfo
& operator=(
TenantInfo
const
&);
31
TenantInfo
(
TenantInfo
const
&);
32
TenantInfo
();
33
};
TenantInfo
Definition
TenantInfo.h:5
ll::UntypedStorage
Definition
Alias.h:14
src
mc
deps
identity
edu_common
TenantInfo.h
Generated on Sat Apr 26 2025 05:55:27 for LeviLamina by
1.12.0