// C++/WinRT v2.0.220110.5 // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #pragma once #ifndef WINRT_Windows_Security_Authentication_Identity_Core_1_H #define WINRT_Windows_Security_Authentication_Identity_Core_1_H #include "winrt/impl/Windows.Security.Authentication.Identity.Core.0.h" WINRT_EXPORT namespace winrt::Windows::Security::Authentication::Identity::Core { struct __declspec(empty_bases) IMicrosoftAccountMultiFactorAuthenticationManager : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorAuthenticationManager(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorAuthenticationManager(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IMicrosoftAccountMultiFactorAuthenticatorStatics : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorAuthenticatorStatics(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorAuthenticatorStatics(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IMicrosoftAccountMultiFactorGetSessionsResult : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorGetSessionsResult(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorGetSessionsResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IMicrosoftAccountMultiFactorOneTimeCodedInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorOneTimeCodedInfo(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorOneTimeCodedInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IMicrosoftAccountMultiFactorSessionInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorSessionInfo(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorSessionInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; struct __declspec(empty_bases) IMicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo : winrt::Windows::Foundation::IInspectable, impl::consume_t { IMicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo(std::nullptr_t = nullptr) noexcept {} IMicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Foundation::IInspectable(ptr, take_ownership_from_abi) {} }; } #endif