LeviLamina
Loading...
Searching...
No Matches
AuthHelperUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Bedrock::Services { struct AzureIdentityConfig; }
8namespace Crypto::Certificate { class Certificate; }
9// clang-format on
10
11namespace AuthHelperUtils {
12// functions
13// NOLINTBEGIN
14MCNAPI ::std::string _createAndSignJWTWithCertificate(
17);
18
19MCNAPI ::std::unique_ptr<::Crypto::Certificate::Certificate> _loadCertificateFromFile(::std::string const& certName);
20// NOLINTEND
21
22} // namespace AuthHelperUtils
Definition Certificate.h:9
Definition Certificate.h:13
Definition AzureIdentityConfig.h:7