LeviLamina
Loading...
Searching...
No Matches
ImmersiveReaderToken.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/WebToken.h"
7#include "mc/certificates/identity/edu/CredentialsObserver.h"
8#include "mc/certificates/identity/edu/GenericCredentialsEvent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace edu::auth { struct CredsLost; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 32, ::std::string> mTokenString;
20 ::ll::TypedStorage<8, 128, ::WebToken> mToken;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual ~ImmersiveReaderToken() /*override*/ = default;
27
28 virtual void onNotify(::edu::auth::GenericCredentialsEvent<::edu::auth::CredsLost> const& state) /*override*/;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34 MCAPI void $onNotify(::edu::auth::GenericCredentialsEvent<::edu::auth::CredsLost> const& state);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition ImmersiveReaderToken.h:5
static MCAPI void ** $vftable()
Definition CredentialsObserver.h:25
Definition CredsLost.h:7