9 lines
236 B
C++
9 lines
236 B
C++
// Copyright (c) Microsoft Corporation.
|
|
// Licensed under the MIT License.
|
|
|
|
#pragma once
|
|
|
|
constexpr std::wstring_view c_lafFeature = L"";
|
|
constexpr std::wstring_view c_lafToken = L"";
|
|
constexpr std::wstring_view c_lafAttestation = L"";
|