LeviLamina
Loading...
Searching...
No Matches
IMinecraftServiceKeySource.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/threading/Async.h"
7
#include "mc/options/DiscoveryEnvironment.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Bedrock::Http {
struct
Url
; }
12
// clang-format on
13
14
class
IMinecraftServiceKeySource
{
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
~IMinecraftServiceKeySource
() =
default
;
19
20
virtual ::Bedrock::Threading::Async<::Bedrock::Http::Url> getAuthServiceUrl()
const
= 0;
21
22
virtual ::std::optional<::DiscoveryEnvironment> getDiscoveryEnvironment()
const
= 0;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
29
// NOLINTEND
30
};
IMinecraftServiceKeySource
Definition
IMinecraftServiceKeySource.h:14
Bedrock::Http::Url
Definition
Url.h:7
src
mc
certificates
IMinecraftServiceKeySource.h
Generated on
for LeviLamina by
1.16.1