aboutsummaryrefslogtreecommitdiff
path: root/notsecrets/Secrets.h
blob: 6872b68ef50511bf26a4b9019989cb66368f94c5 (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <QString>
#include <cstdint>

namespace Secrets {
bool hasMSAClientID();
QString getMSAClientID(uint8_t separator);
}