mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
30 lines
2.2 KiB
C++
30 lines
2.2 KiB
C++
// WARNING: Please don't edit this file. It was generated by C++/WinRT v2.0.220531.1
|
|
|
|
#pragma once
|
|
#ifndef WINRT_Windows_Security_Authentication_Web_2_H
|
|
#define WINRT_Windows_Security_Authentication_Web_2_H
|
|
#include "winrt/impl/Windows.Foundation.1.h"
|
|
#include "winrt/impl/Windows.Foundation.Collections.1.h"
|
|
#include "winrt/impl/Windows.Security.Authentication.Web.1.h"
|
|
WINRT_EXPORT namespace winrt::Windows::Security::Authentication::Web
|
|
{
|
|
struct WebAuthenticationBroker
|
|
{
|
|
WebAuthenticationBroker() = delete;
|
|
static auto AuthenticateAsync(winrt::Windows::Security::Authentication::Web::WebAuthenticationOptions const& options, winrt::Windows::Foundation::Uri const& requestUri, winrt::Windows::Foundation::Uri const& callbackUri);
|
|
static auto AuthenticateAsync(winrt::Windows::Security::Authentication::Web::WebAuthenticationOptions const& options, winrt::Windows::Foundation::Uri const& requestUri);
|
|
static auto GetCurrentApplicationCallbackUri();
|
|
static auto AuthenticateAndContinue(winrt::Windows::Foundation::Uri const& requestUri);
|
|
static auto AuthenticateAndContinue(winrt::Windows::Foundation::Uri const& requestUri, winrt::Windows::Foundation::Uri const& callbackUri);
|
|
static auto AuthenticateAndContinue(winrt::Windows::Foundation::Uri const& requestUri, winrt::Windows::Foundation::Uri const& callbackUri, winrt::Windows::Foundation::Collections::ValueSet const& continuationData, winrt::Windows::Security::Authentication::Web::WebAuthenticationOptions const& options);
|
|
static auto AuthenticateSilentlyAsync(winrt::Windows::Foundation::Uri const& requestUri);
|
|
static auto AuthenticateSilentlyAsync(winrt::Windows::Foundation::Uri const& requestUri, winrt::Windows::Security::Authentication::Web::WebAuthenticationOptions const& options);
|
|
};
|
|
struct __declspec(empty_bases) WebAuthenticationResult : winrt::Windows::Security::Authentication::Web::IWebAuthenticationResult
|
|
{
|
|
WebAuthenticationResult(std::nullptr_t) noexcept {}
|
|
WebAuthenticationResult(void* ptr, take_ownership_from_abi_t) noexcept : winrt::Windows::Security::Authentication::Web::IWebAuthenticationResult(ptr, take_ownership_from_abi) {}
|
|
};
|
|
}
|
|
#endif
|