LeviLamina
Loading...
Searching...
No Matches
ServiceClient.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/threading/IAsyncResult.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace Social { class User; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
33 ServiceClient& operator=(ServiceClient const&);
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 0
41 virtual ~ServiceClient() /*override*/ = default;
42
43 // vIndex: 2
44 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::std::string>>
45 getAuthorizationHeader(::std::shared_ptr<::Social::User>, ::std::string const&) const;
46
47 // vIndex: 1
48 virtual ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::std::string>>
49 getAuthorizationHeader(::std::string const&) const;
50
51 // vIndex: 3
52 virtual void update();
53
54 // vIndex: 4
55 virtual void _submitRequest(::std::shared_ptr<::HttpRequestHandler>);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67
68 // NOLINTEND
69};
Definition EnableNonOwnerReferences.h:7
Definition HttpRequestHandler.h:15
Definition ServiceClient.h:15
Definition Alias.h:14