win32more-Microsoft.WindowsAppSDK 0.6.1.7.250310001__py2.py3-none-any.whl → 0.7.1.7.251107005__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- win32more/Microsoft/Foundation/__init__.py +1 -1
- win32more/Microsoft/Graphics/DirectX/__init__.py +1 -1
- win32more/Microsoft/Graphics/Display/__init__.py +9 -9
- win32more/Microsoft/Graphics/Imaging/__init__.py +77 -0
- win32more/Microsoft/Security/Authentication/OAuth/__init__.py +111 -111
- win32more/Microsoft/UI/Composition/Core/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Diagnostics/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Effects/__init__.py +3 -3
- win32more/Microsoft/UI/Composition/Interactions/__init__.py +1 -1
- win32more/Microsoft/UI/Composition/Scenes/__init__.py +10 -10
- win32more/Microsoft/UI/Composition/SystemBackdrops/__init__.py +8 -8
- win32more/Microsoft/UI/Composition/__init__.py +134 -134
- win32more/Microsoft/UI/Content/__init__.py +39 -39
- win32more/Microsoft/UI/Dispatching/__init__.py +11 -11
- win32more/Microsoft/UI/Input/DragDrop/__init__.py +7 -7
- win32more/Microsoft/UI/Input/Interop/__init__.py +1 -1
- win32more/Microsoft/UI/Input/__init__.py +103 -99
- win32more/Microsoft/UI/System/__init__.py +5 -5
- win32more/Microsoft/UI/Text/__init__.py +30 -30
- win32more/Microsoft/UI/Windowing/__init__.py +27 -27
- win32more/Microsoft/UI/Xaml/Automation/Peers/__init__.py +56 -55
- win32more/Microsoft/UI/Xaml/Automation/Provider/__init__.py +19 -19
- win32more/Microsoft/UI/Xaml/Automation/Text/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Automation/__init__.py +41 -41
- win32more/Microsoft/UI/Xaml/Controls/AnimatedVisuals/__init__.py +17 -17
- win32more/Microsoft/UI/Xaml/Controls/Primitives/__init__.py +108 -107
- win32more/Microsoft/UI/Xaml/Controls/__init__.py +744 -744
- win32more/Microsoft/UI/Xaml/Data/__init__.py +31 -30
- win32more/Microsoft/UI/Xaml/Documents/__init__.py +38 -37
- win32more/Microsoft/UI/Xaml/Hosting/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Input/__init__.py +38 -31
- win32more/Microsoft/UI/Xaml/Interop/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Markup/__init__.py +19 -17
- win32more/Microsoft/UI/Xaml/Media/Animation/__init__.py +111 -109
- win32more/Microsoft/UI/Xaml/Media/Imaging/__init__.py +11 -11
- win32more/Microsoft/UI/Xaml/Media/Media3D/__init__.py +2 -1
- win32more/Microsoft/UI/Xaml/Media/__init__.py +34 -28
- win32more/Microsoft/UI/Xaml/Navigation/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/Printing/__init__.py +7 -7
- win32more/Microsoft/UI/Xaml/Resources/__init__.py +3 -3
- win32more/Microsoft/UI/Xaml/Shapes/__init__.py +1 -1
- win32more/Microsoft/UI/Xaml/XamlTypeInfo/__init__.py +2 -2
- win32more/Microsoft/UI/Xaml/__init__.py +190 -186
- win32more/Microsoft/UI/__init__.py +8 -5
- win32more/Microsoft/Windows/AI/ContentSafety/__init__.py +197 -0
- win32more/Microsoft/Windows/AI/Imaging/__init__.py +366 -0
- win32more/Microsoft/Windows/AI/Text/__init__.py +261 -0
- win32more/Microsoft/Windows/AI/__init__.py +49 -0
- win32more/Microsoft/Windows/AppLifecycle/__init__.py +21 -21
- win32more/Microsoft/Windows/AppNotifications/Builder/__init__.py +99 -99
- win32more/Microsoft/Windows/AppNotifications/__init__.py +45 -45
- win32more/Microsoft/Windows/ApplicationModel/Background/UniversalBGTask/__init__.py +1 -1
- win32more/Microsoft/Windows/ApplicationModel/Background/__init__.py +7 -7
- win32more/Microsoft/Windows/ApplicationModel/DynamicDependency/__init__.py +22 -21
- win32more/Microsoft/Windows/ApplicationModel/Resources/__init__.py +59 -59
- win32more/Microsoft/Windows/ApplicationModel/WindowsAppRuntime/__init__.py +32 -7
- win32more/Microsoft/Windows/BadgeNotifications/__init__.py +1 -1
- win32more/Microsoft/Windows/Globalization/__init__.py +9 -9
- win32more/Microsoft/Windows/Management/Deployment/__init__.py +86 -85
- win32more/Microsoft/Windows/Media/Capture/__init__.py +1 -1
- win32more/Microsoft/Windows/PushNotifications/__init__.py +6 -5
- win32more/Microsoft/Windows/Security/AccessControl/__init__.py +7 -6
- win32more/Microsoft/Windows/Storage/__init__.py +27 -27
- win32more/Microsoft/Windows/System/Power/__init__.py +23 -12
- win32more/Microsoft/Windows/System/__init__.py +15 -15
- win32more/Microsoft/Windows/Widgets/Feeds/Providers/__init__.py +65 -65
- win32more/Microsoft/Windows/Widgets/Notifications/__init__.py +25 -25
- win32more/Microsoft/Windows/Widgets/Providers/__init__.py +91 -67
- win32more/Microsoft/Windows/Widgets/__init__.py +2 -2
- win32more/Microsoft/Windows/Workloads/__init__.py +11 -0
- win32more/appsdk/versioninfo.py +1 -1
- win32more/dll/arm64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/arm64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x64/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more/dll/x86/Microsoft.Windows.ApplicationModel.Background.UniversalBGTask.dll +0 -0
- win32more/dll/x86/Microsoft.WindowsAppRuntime.Bootstrap.dll +0 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/METADATA +6 -0
- win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info/RECORD +81 -0
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/licenses/LICENSE (Microsoft.WindowsAppSDK).txt +1 -1
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/METADATA +0 -6
- win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info/RECORD +0 -75
- {win32more_microsoft_windowsappsdk-0.6.1.7.250310001.dist-info → win32more_microsoft_windowsappsdk-0.7.1.7.251107005.dist-info}/WHEEL +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Graphics.Display
|
|
4
4
|
import win32more.Microsoft.UI
|
|
5
5
|
import win32more.Microsoft.UI.Dispatching
|
|
@@ -86,10 +86,10 @@ class DisplayInformation(ComPtr):
|
|
|
86
86
|
def CreateForDisplayId(cls: win32more.Microsoft.Graphics.Display.IDisplayInformationStatics, displayId: win32more.Microsoft.UI.DisplayId) -> win32more.Microsoft.Graphics.Display.DisplayInformation: ...
|
|
87
87
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
88
88
|
IsStereoEnabled = property(get_IsStereoEnabled, None)
|
|
89
|
-
|
|
90
|
-
ColorProfileChanged = event()
|
|
91
|
-
|
|
92
|
-
|
|
89
|
+
AdvancedColorInfoChanged = event(add_AdvancedColorInfoChanged, remove_AdvancedColorInfoChanged)
|
|
90
|
+
ColorProfileChanged = event(add_ColorProfileChanged, remove_ColorProfileChanged)
|
|
91
|
+
Destroyed = event(add_Destroyed, remove_Destroyed)
|
|
92
|
+
IsStereoEnabledChanged = event(add_IsStereoEnabledChanged, remove_IsStereoEnabledChanged)
|
|
93
93
|
class IDisplayAdvancedColorInfo(ComPtr):
|
|
94
94
|
extends: IInspectable
|
|
95
95
|
_classid_ = 'Microsoft.Graphics.Display.IDisplayAdvancedColorInfo'
|
|
@@ -157,10 +157,10 @@ class IDisplayInformation(ComPtr):
|
|
|
157
157
|
def remove_Destroyed(self, token: win32more.Windows.Foundation.EventRegistrationToken) -> Void: ...
|
|
158
158
|
DispatcherQueue = property(get_DispatcherQueue, None)
|
|
159
159
|
IsStereoEnabled = property(get_IsStereoEnabled, None)
|
|
160
|
-
|
|
161
|
-
ColorProfileChanged = event()
|
|
162
|
-
|
|
163
|
-
|
|
160
|
+
AdvancedColorInfoChanged = event(add_AdvancedColorInfoChanged, remove_AdvancedColorInfoChanged)
|
|
161
|
+
ColorProfileChanged = event(add_ColorProfileChanged, remove_ColorProfileChanged)
|
|
162
|
+
Destroyed = event(add_Destroyed, remove_Destroyed)
|
|
163
|
+
IsStereoEnabledChanged = event(add_IsStereoEnabledChanged, remove_IsStereoEnabledChanged)
|
|
164
164
|
class IDisplayInformationStatics(ComPtr):
|
|
165
165
|
extends: IInspectable
|
|
166
166
|
_classid_ = 'Microsoft.Graphics.Display.IDisplayInformationStatics'
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
from win32more._prelude import *
|
|
3
|
+
import win32more.Microsoft.Graphics.Imaging
|
|
4
|
+
import win32more.Windows.Foundation
|
|
5
|
+
import win32more.Windows.Graphics.Imaging
|
|
6
|
+
import win32more.Windows.Storage.Streams
|
|
7
|
+
class IImageBuffer(ComPtr):
|
|
8
|
+
extends: IInspectable
|
|
9
|
+
_classid_ = 'Microsoft.Graphics.Imaging.IImageBuffer'
|
|
10
|
+
_iid_ = Guid('{3baabd0b-1854-51f1-bd2a-74c87858f461}')
|
|
11
|
+
@winrt_commethod(6)
|
|
12
|
+
def get_Buffer(self) -> win32more.Windows.Storage.Streams.IBuffer: ...
|
|
13
|
+
@winrt_commethod(7)
|
|
14
|
+
def get_PixelFormat(self) -> win32more.Microsoft.Graphics.Imaging.ImageBufferPixelFormat: ...
|
|
15
|
+
@winrt_commethod(8)
|
|
16
|
+
def get_PixelHeight(self) -> Int32: ...
|
|
17
|
+
@winrt_commethod(9)
|
|
18
|
+
def get_PixelWidth(self) -> Int32: ...
|
|
19
|
+
@winrt_commethod(10)
|
|
20
|
+
def get_RowStride(self) -> Int32: ...
|
|
21
|
+
@winrt_commethod(11)
|
|
22
|
+
def CopyToByteArray(self, values: FillArray[Byte]) -> Void: ...
|
|
23
|
+
@winrt_commethod(12)
|
|
24
|
+
def CopyToSoftwareBitmap(self) -> win32more.Windows.Graphics.Imaging.SoftwareBitmap: ...
|
|
25
|
+
Buffer = property(get_Buffer, None)
|
|
26
|
+
PixelFormat = property(get_PixelFormat, None)
|
|
27
|
+
PixelHeight = property(get_PixelHeight, None)
|
|
28
|
+
PixelWidth = property(get_PixelWidth, None)
|
|
29
|
+
RowStride = property(get_RowStride, None)
|
|
30
|
+
class IImageBufferStatics(ComPtr):
|
|
31
|
+
extends: IInspectable
|
|
32
|
+
_classid_ = 'Microsoft.Graphics.Imaging.IImageBufferStatics'
|
|
33
|
+
_iid_ = Guid('{35b17bd3-f346-529f-8c0f-3bf96c56eb13}')
|
|
34
|
+
@winrt_commethod(6)
|
|
35
|
+
def CreateForBuffer(self, buffer: win32more.Windows.Storage.Streams.IBuffer, pixelFormat: win32more.Microsoft.Graphics.Imaging.ImageBufferPixelFormat, width: Int32, height: Int32, rowStride: Int32) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
36
|
+
@winrt_commethod(7)
|
|
37
|
+
def CreateForSoftwareBitmap(self, softwareBitmap: win32more.Windows.Graphics.Imaging.SoftwareBitmap) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
38
|
+
class ImageBuffer(ComPtr):
|
|
39
|
+
extends: IInspectable
|
|
40
|
+
implements: Tuple[ContextManagerProtocol]
|
|
41
|
+
default_interface: win32more.Microsoft.Graphics.Imaging.IImageBuffer
|
|
42
|
+
_classid_ = 'Microsoft.Graphics.Imaging.ImageBuffer'
|
|
43
|
+
@winrt_mixinmethod
|
|
44
|
+
def get_Buffer(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> win32more.Windows.Storage.Streams.IBuffer: ...
|
|
45
|
+
@winrt_mixinmethod
|
|
46
|
+
def get_PixelFormat(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> win32more.Microsoft.Graphics.Imaging.ImageBufferPixelFormat: ...
|
|
47
|
+
@winrt_mixinmethod
|
|
48
|
+
def get_PixelHeight(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> Int32: ...
|
|
49
|
+
@winrt_mixinmethod
|
|
50
|
+
def get_PixelWidth(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> Int32: ...
|
|
51
|
+
@winrt_mixinmethod
|
|
52
|
+
def get_RowStride(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> Int32: ...
|
|
53
|
+
@winrt_mixinmethod
|
|
54
|
+
def CopyToByteArray(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer, values: FillArray[Byte]) -> Void: ...
|
|
55
|
+
@winrt_mixinmethod
|
|
56
|
+
def CopyToSoftwareBitmap(self: win32more.Microsoft.Graphics.Imaging.IImageBuffer) -> win32more.Windows.Graphics.Imaging.SoftwareBitmap: ...
|
|
57
|
+
@winrt_mixinmethod
|
|
58
|
+
def Close(self: win32more.Windows.Foundation.IClosable) -> Void: ...
|
|
59
|
+
@winrt_classmethod
|
|
60
|
+
def CreateForBuffer(cls: win32more.Microsoft.Graphics.Imaging.IImageBufferStatics, buffer: win32more.Windows.Storage.Streams.IBuffer, pixelFormat: win32more.Microsoft.Graphics.Imaging.ImageBufferPixelFormat, width: Int32, height: Int32, rowStride: Int32) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
61
|
+
@winrt_classmethod
|
|
62
|
+
def CreateForSoftwareBitmap(cls: win32more.Microsoft.Graphics.Imaging.IImageBufferStatics, softwareBitmap: win32more.Windows.Graphics.Imaging.SoftwareBitmap) -> win32more.Microsoft.Graphics.Imaging.ImageBuffer: ...
|
|
63
|
+
Buffer = property(get_Buffer, None)
|
|
64
|
+
PixelFormat = property(get_PixelFormat, None)
|
|
65
|
+
PixelHeight = property(get_PixelHeight, None)
|
|
66
|
+
PixelWidth = property(get_PixelWidth, None)
|
|
67
|
+
RowStride = property(get_RowStride, None)
|
|
68
|
+
ImageBufferContract: UInt32 = 65536
|
|
69
|
+
class ImageBufferPixelFormat(Enum, Int32):
|
|
70
|
+
Rgb8 = 137224
|
|
71
|
+
Rgba8 = 30
|
|
72
|
+
Argb8 = 2498570
|
|
73
|
+
Bgra8 = 87
|
|
74
|
+
Gray8 = 62
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
make_ready(__name__)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
|
-
from win32more.
|
|
2
|
+
from win32more._prelude import *
|
|
3
3
|
import win32more.Microsoft.Security.Authentication.OAuth
|
|
4
4
|
import win32more.Microsoft.UI
|
|
5
5
|
import win32more.Windows.Data.Json
|
|
@@ -12,15 +12,15 @@ class AuthFailure(ComPtr):
|
|
|
12
12
|
default_interface: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure
|
|
13
13
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.AuthFailure'
|
|
14
14
|
@winrt_mixinmethod
|
|
15
|
-
def get_Error(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) ->
|
|
15
|
+
def get_Error(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> hstr: ...
|
|
16
16
|
@winrt_mixinmethod
|
|
17
|
-
def get_ErrorDescription(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) ->
|
|
17
|
+
def get_ErrorDescription(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> hstr: ...
|
|
18
18
|
@winrt_mixinmethod
|
|
19
19
|
def get_ErrorUri(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> win32more.Windows.Foundation.Uri: ...
|
|
20
20
|
@winrt_mixinmethod
|
|
21
|
-
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) ->
|
|
21
|
+
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> hstr: ...
|
|
22
22
|
@winrt_mixinmethod
|
|
23
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
23
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthFailure) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
24
24
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
25
25
|
Error = property(get_Error, None)
|
|
26
26
|
ErrorDescription = property(get_ErrorDescription, None)
|
|
@@ -40,43 +40,43 @@ class AuthRequestParams(ComPtr):
|
|
|
40
40
|
else:
|
|
41
41
|
raise ValueError('no matched constructor')
|
|
42
42
|
@winrt_factorymethod
|
|
43
|
-
def CreateInstance(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory, responseType:
|
|
43
|
+
def CreateInstance(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory, responseType: hstr, clientId: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
44
44
|
@winrt_factorymethod
|
|
45
|
-
def CreateInstance2(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory, responseType:
|
|
45
|
+
def CreateInstance2(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory, responseType: hstr, clientId: hstr, redirectUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
46
46
|
@winrt_mixinmethod
|
|
47
|
-
def get_ResponseType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) ->
|
|
47
|
+
def get_ResponseType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> hstr: ...
|
|
48
48
|
@winrt_mixinmethod
|
|
49
|
-
def put_ResponseType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value:
|
|
49
|
+
def put_ResponseType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: hstr) -> Void: ...
|
|
50
50
|
@winrt_mixinmethod
|
|
51
|
-
def get_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) ->
|
|
51
|
+
def get_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> hstr: ...
|
|
52
52
|
@winrt_mixinmethod
|
|
53
|
-
def put_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value:
|
|
53
|
+
def put_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: hstr) -> Void: ...
|
|
54
54
|
@winrt_mixinmethod
|
|
55
55
|
def get_RedirectUri(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> win32more.Windows.Foundation.Uri: ...
|
|
56
56
|
@winrt_mixinmethod
|
|
57
57
|
def put_RedirectUri(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: win32more.Windows.Foundation.Uri) -> Void: ...
|
|
58
58
|
@winrt_mixinmethod
|
|
59
|
-
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) ->
|
|
59
|
+
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> hstr: ...
|
|
60
60
|
@winrt_mixinmethod
|
|
61
|
-
def put_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value:
|
|
61
|
+
def put_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: hstr) -> Void: ...
|
|
62
62
|
@winrt_mixinmethod
|
|
63
|
-
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) ->
|
|
63
|
+
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> hstr: ...
|
|
64
64
|
@winrt_mixinmethod
|
|
65
|
-
def put_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value:
|
|
65
|
+
def put_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: hstr) -> Void: ...
|
|
66
66
|
@winrt_mixinmethod
|
|
67
|
-
def get_CodeChallenge(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) ->
|
|
67
|
+
def get_CodeChallenge(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> hstr: ...
|
|
68
68
|
@winrt_mixinmethod
|
|
69
|
-
def put_CodeChallenge(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value:
|
|
69
|
+
def put_CodeChallenge(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: hstr) -> Void: ...
|
|
70
70
|
@winrt_mixinmethod
|
|
71
71
|
def get_CodeChallengeMethod(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> win32more.Microsoft.Security.Authentication.OAuth.CodeChallengeMethodKind: ...
|
|
72
72
|
@winrt_mixinmethod
|
|
73
73
|
def put_CodeChallengeMethod(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams, value: win32more.Microsoft.Security.Authentication.OAuth.CodeChallengeMethodKind) -> Void: ...
|
|
74
74
|
@winrt_mixinmethod
|
|
75
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> win32more.Windows.Foundation.Collections.IMap[
|
|
75
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParams) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
76
76
|
@winrt_classmethod
|
|
77
|
-
def CreateForAuthorizationCodeRequest(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsStatics, clientId:
|
|
77
|
+
def CreateForAuthorizationCodeRequest(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsStatics, clientId: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
78
78
|
@winrt_classmethod
|
|
79
|
-
def CreateForAuthorizationCodeRequest2(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsStatics, clientId:
|
|
79
|
+
def CreateForAuthorizationCodeRequest2(cls: win32more.Microsoft.Security.Authentication.OAuth.IAuthRequestParamsStatics, clientId: hstr, redirectUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
80
80
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
81
81
|
ClientId = property(get_ClientId, put_ClientId)
|
|
82
82
|
CodeChallenge = property(get_CodeChallenge, put_CodeChallenge)
|
|
@@ -103,19 +103,19 @@ class AuthResponse(ComPtr):
|
|
|
103
103
|
default_interface: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse
|
|
104
104
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.AuthResponse'
|
|
105
105
|
@winrt_mixinmethod
|
|
106
|
-
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
106
|
+
def get_State(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
107
107
|
@winrt_mixinmethod
|
|
108
|
-
def get_Code(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
108
|
+
def get_Code(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
109
109
|
@winrt_mixinmethod
|
|
110
|
-
def get_AccessToken(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
110
|
+
def get_AccessToken(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
111
111
|
@winrt_mixinmethod
|
|
112
|
-
def get_TokenType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
112
|
+
def get_TokenType(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
113
113
|
@winrt_mixinmethod
|
|
114
|
-
def get_ExpiresIn(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
114
|
+
def get_ExpiresIn(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
115
115
|
@winrt_mixinmethod
|
|
116
|
-
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) ->
|
|
116
|
+
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> hstr: ...
|
|
117
117
|
@winrt_mixinmethod
|
|
118
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
118
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.IAuthResponse) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
119
119
|
AccessToken = property(get_AccessToken, None)
|
|
120
120
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
121
121
|
Code = property(get_Code, None)
|
|
@@ -151,9 +151,9 @@ class ClientAuthentication(ComPtr):
|
|
|
151
151
|
@winrt_mixinmethod
|
|
152
152
|
def put_ProxyAuthorization(self: win32more.Microsoft.Security.Authentication.OAuth.IClientAuthentication, value: win32more.Windows.Web.Http.Headers.HttpCredentialsHeaderValue) -> Void: ...
|
|
153
153
|
@winrt_mixinmethod
|
|
154
|
-
def get_AdditionalHeaders(self: win32more.Microsoft.Security.Authentication.OAuth.IClientAuthentication) -> win32more.Windows.Foundation.Collections.IMap[
|
|
154
|
+
def get_AdditionalHeaders(self: win32more.Microsoft.Security.Authentication.OAuth.IClientAuthentication) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
155
155
|
@winrt_classmethod
|
|
156
|
-
def CreateForBasicAuthorization(cls: win32more.Microsoft.Security.Authentication.OAuth.IClientAuthenticationStatics, clientId:
|
|
156
|
+
def CreateForBasicAuthorization(cls: win32more.Microsoft.Security.Authentication.OAuth.IClientAuthenticationStatics, clientId: hstr, clientSecret: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.ClientAuthentication: ...
|
|
157
157
|
AdditionalHeaders = property(get_AdditionalHeaders, None)
|
|
158
158
|
Authorization = property(get_Authorization, put_Authorization)
|
|
159
159
|
ProxyAuthorization = property(get_ProxyAuthorization, put_ProxyAuthorization)
|
|
@@ -166,15 +166,15 @@ class IAuthFailure(ComPtr):
|
|
|
166
166
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthFailure'
|
|
167
167
|
_iid_ = Guid('{ec55ed5f-0497-53cb-976b-abd146350175}')
|
|
168
168
|
@winrt_commethod(6)
|
|
169
|
-
def get_Error(self) ->
|
|
169
|
+
def get_Error(self) -> hstr: ...
|
|
170
170
|
@winrt_commethod(7)
|
|
171
|
-
def get_ErrorDescription(self) ->
|
|
171
|
+
def get_ErrorDescription(self) -> hstr: ...
|
|
172
172
|
@winrt_commethod(8)
|
|
173
173
|
def get_ErrorUri(self) -> win32more.Windows.Foundation.Uri: ...
|
|
174
174
|
@winrt_commethod(9)
|
|
175
|
-
def get_State(self) ->
|
|
175
|
+
def get_State(self) -> hstr: ...
|
|
176
176
|
@winrt_commethod(10)
|
|
177
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
177
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
178
178
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
179
179
|
Error = property(get_Error, None)
|
|
180
180
|
ErrorDescription = property(get_ErrorDescription, None)
|
|
@@ -185,35 +185,35 @@ class IAuthRequestParams(ComPtr):
|
|
|
185
185
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthRequestParams'
|
|
186
186
|
_iid_ = Guid('{aac61e23-9155-551a-ac37-cdb2995f88d2}')
|
|
187
187
|
@winrt_commethod(6)
|
|
188
|
-
def get_ResponseType(self) ->
|
|
188
|
+
def get_ResponseType(self) -> hstr: ...
|
|
189
189
|
@winrt_commethod(7)
|
|
190
|
-
def put_ResponseType(self, value:
|
|
190
|
+
def put_ResponseType(self, value: hstr) -> Void: ...
|
|
191
191
|
@winrt_commethod(8)
|
|
192
|
-
def get_ClientId(self) ->
|
|
192
|
+
def get_ClientId(self) -> hstr: ...
|
|
193
193
|
@winrt_commethod(9)
|
|
194
|
-
def put_ClientId(self, value:
|
|
194
|
+
def put_ClientId(self, value: hstr) -> Void: ...
|
|
195
195
|
@winrt_commethod(10)
|
|
196
196
|
def get_RedirectUri(self) -> win32more.Windows.Foundation.Uri: ...
|
|
197
197
|
@winrt_commethod(11)
|
|
198
198
|
def put_RedirectUri(self, value: win32more.Windows.Foundation.Uri) -> Void: ...
|
|
199
199
|
@winrt_commethod(12)
|
|
200
|
-
def get_State(self) ->
|
|
200
|
+
def get_State(self) -> hstr: ...
|
|
201
201
|
@winrt_commethod(13)
|
|
202
|
-
def put_State(self, value:
|
|
202
|
+
def put_State(self, value: hstr) -> Void: ...
|
|
203
203
|
@winrt_commethod(14)
|
|
204
|
-
def get_Scope(self) ->
|
|
204
|
+
def get_Scope(self) -> hstr: ...
|
|
205
205
|
@winrt_commethod(15)
|
|
206
|
-
def put_Scope(self, value:
|
|
206
|
+
def put_Scope(self, value: hstr) -> Void: ...
|
|
207
207
|
@winrt_commethod(16)
|
|
208
|
-
def get_CodeChallenge(self) ->
|
|
208
|
+
def get_CodeChallenge(self) -> hstr: ...
|
|
209
209
|
@winrt_commethod(17)
|
|
210
|
-
def put_CodeChallenge(self, value:
|
|
210
|
+
def put_CodeChallenge(self, value: hstr) -> Void: ...
|
|
211
211
|
@winrt_commethod(18)
|
|
212
212
|
def get_CodeChallengeMethod(self) -> win32more.Microsoft.Security.Authentication.OAuth.CodeChallengeMethodKind: ...
|
|
213
213
|
@winrt_commethod(19)
|
|
214
214
|
def put_CodeChallengeMethod(self, value: win32more.Microsoft.Security.Authentication.OAuth.CodeChallengeMethodKind) -> Void: ...
|
|
215
215
|
@winrt_commethod(20)
|
|
216
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
216
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
217
217
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
218
218
|
ClientId = property(get_ClientId, put_ClientId)
|
|
219
219
|
CodeChallenge = property(get_CodeChallenge, put_CodeChallenge)
|
|
@@ -227,17 +227,17 @@ class IAuthRequestParamsFactory(ComPtr):
|
|
|
227
227
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthRequestParamsFactory'
|
|
228
228
|
_iid_ = Guid('{539bdca7-bde4-5a63-85d1-33403f6e3452}')
|
|
229
229
|
@winrt_commethod(6)
|
|
230
|
-
def CreateInstance(self, responseType:
|
|
230
|
+
def CreateInstance(self, responseType: hstr, clientId: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
231
231
|
@winrt_commethod(7)
|
|
232
|
-
def CreateInstance2(self, responseType:
|
|
232
|
+
def CreateInstance2(self, responseType: hstr, clientId: hstr, redirectUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
233
233
|
class IAuthRequestParamsStatics(ComPtr):
|
|
234
234
|
extends: IInspectable
|
|
235
235
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthRequestParamsStatics'
|
|
236
236
|
_iid_ = Guid('{0befd4f0-6864-5bf4-bd8e-2f3bf98906b5}')
|
|
237
237
|
@winrt_commethod(6)
|
|
238
|
-
def CreateForAuthorizationCodeRequest(self, clientId:
|
|
238
|
+
def CreateForAuthorizationCodeRequest(self, clientId: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
239
239
|
@winrt_commethod(7)
|
|
240
|
-
def CreateForAuthorizationCodeRequest2(self, clientId:
|
|
240
|
+
def CreateForAuthorizationCodeRequest2(self, clientId: hstr, redirectUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.AuthRequestParams: ...
|
|
241
241
|
class IAuthRequestResult(ComPtr):
|
|
242
242
|
extends: IInspectable
|
|
243
243
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthRequestResult'
|
|
@@ -256,19 +256,19 @@ class IAuthResponse(ComPtr):
|
|
|
256
256
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IAuthResponse'
|
|
257
257
|
_iid_ = Guid('{5bc1fa62-fded-5769-9d40-ded1eea90d72}')
|
|
258
258
|
@winrt_commethod(6)
|
|
259
|
-
def get_State(self) ->
|
|
259
|
+
def get_State(self) -> hstr: ...
|
|
260
260
|
@winrt_commethod(7)
|
|
261
|
-
def get_Code(self) ->
|
|
261
|
+
def get_Code(self) -> hstr: ...
|
|
262
262
|
@winrt_commethod(8)
|
|
263
|
-
def get_AccessToken(self) ->
|
|
263
|
+
def get_AccessToken(self) -> hstr: ...
|
|
264
264
|
@winrt_commethod(9)
|
|
265
|
-
def get_TokenType(self) ->
|
|
265
|
+
def get_TokenType(self) -> hstr: ...
|
|
266
266
|
@winrt_commethod(10)
|
|
267
|
-
def get_ExpiresIn(self) ->
|
|
267
|
+
def get_ExpiresIn(self) -> hstr: ...
|
|
268
268
|
@winrt_commethod(11)
|
|
269
|
-
def get_Scope(self) ->
|
|
269
|
+
def get_Scope(self) -> hstr: ...
|
|
270
270
|
@winrt_commethod(12)
|
|
271
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
271
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[hstr, hstr]: ...
|
|
272
272
|
AccessToken = property(get_AccessToken, None)
|
|
273
273
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
274
274
|
Code = property(get_Code, None)
|
|
@@ -289,7 +289,7 @@ class IClientAuthentication(ComPtr):
|
|
|
289
289
|
@winrt_commethod(9)
|
|
290
290
|
def put_ProxyAuthorization(self, value: win32more.Windows.Web.Http.Headers.HttpCredentialsHeaderValue) -> Void: ...
|
|
291
291
|
@winrt_commethod(10)
|
|
292
|
-
def get_AdditionalHeaders(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
292
|
+
def get_AdditionalHeaders(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
293
293
|
AdditionalHeaders = property(get_AdditionalHeaders, None)
|
|
294
294
|
Authorization = property(get_Authorization, put_Authorization)
|
|
295
295
|
ProxyAuthorization = property(get_ProxyAuthorization, put_ProxyAuthorization)
|
|
@@ -304,7 +304,7 @@ class IClientAuthenticationStatics(ComPtr):
|
|
|
304
304
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IClientAuthenticationStatics'
|
|
305
305
|
_iid_ = Guid('{65613560-2b6f-52fd-a479-3a96624682ae}')
|
|
306
306
|
@winrt_commethod(6)
|
|
307
|
-
def CreateForBasicAuthorization(self, clientId:
|
|
307
|
+
def CreateForBasicAuthorization(self, clientId: hstr, clientSecret: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.ClientAuthentication: ...
|
|
308
308
|
class IOAuth2ManagerStatics(ComPtr):
|
|
309
309
|
extends: IInspectable
|
|
310
310
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.IOAuth2ManagerStatics'
|
|
@@ -326,13 +326,13 @@ class ITokenFailure(ComPtr):
|
|
|
326
326
|
@winrt_commethod(7)
|
|
327
327
|
def get_ErrorCode(self) -> win32more.Windows.Foundation.HResult: ...
|
|
328
328
|
@winrt_commethod(8)
|
|
329
|
-
def get_Error(self) ->
|
|
329
|
+
def get_Error(self) -> hstr: ...
|
|
330
330
|
@winrt_commethod(9)
|
|
331
|
-
def get_ErrorDescription(self) ->
|
|
331
|
+
def get_ErrorDescription(self) -> hstr: ...
|
|
332
332
|
@winrt_commethod(10)
|
|
333
333
|
def get_ErrorUri(self) -> win32more.Windows.Foundation.Uri: ...
|
|
334
334
|
@winrt_commethod(11)
|
|
335
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
335
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Windows.Data.Json.IJsonValue]: ...
|
|
336
336
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
337
337
|
Error = property(get_Error, None)
|
|
338
338
|
ErrorCode = property(get_ErrorCode, None)
|
|
@@ -344,43 +344,43 @@ class ITokenRequestParams(ComPtr):
|
|
|
344
344
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.ITokenRequestParams'
|
|
345
345
|
_iid_ = Guid('{49134dbc-aab5-5ba4-bcdf-950214d81182}')
|
|
346
346
|
@winrt_commethod(6)
|
|
347
|
-
def get_GrantType(self) ->
|
|
347
|
+
def get_GrantType(self) -> hstr: ...
|
|
348
348
|
@winrt_commethod(7)
|
|
349
|
-
def put_GrantType(self, value:
|
|
349
|
+
def put_GrantType(self, value: hstr) -> Void: ...
|
|
350
350
|
@winrt_commethod(8)
|
|
351
|
-
def get_Code(self) ->
|
|
351
|
+
def get_Code(self) -> hstr: ...
|
|
352
352
|
@winrt_commethod(9)
|
|
353
|
-
def put_Code(self, value:
|
|
353
|
+
def put_Code(self, value: hstr) -> Void: ...
|
|
354
354
|
@winrt_commethod(10)
|
|
355
355
|
def get_RedirectUri(self) -> win32more.Windows.Foundation.Uri: ...
|
|
356
356
|
@winrt_commethod(11)
|
|
357
357
|
def put_RedirectUri(self, value: win32more.Windows.Foundation.Uri) -> Void: ...
|
|
358
358
|
@winrt_commethod(12)
|
|
359
|
-
def get_CodeVerifier(self) ->
|
|
359
|
+
def get_CodeVerifier(self) -> hstr: ...
|
|
360
360
|
@winrt_commethod(13)
|
|
361
|
-
def put_CodeVerifier(self, value:
|
|
361
|
+
def put_CodeVerifier(self, value: hstr) -> Void: ...
|
|
362
362
|
@winrt_commethod(14)
|
|
363
|
-
def get_ClientId(self) ->
|
|
363
|
+
def get_ClientId(self) -> hstr: ...
|
|
364
364
|
@winrt_commethod(15)
|
|
365
|
-
def put_ClientId(self, value:
|
|
365
|
+
def put_ClientId(self, value: hstr) -> Void: ...
|
|
366
366
|
@winrt_commethod(16)
|
|
367
|
-
def get_Username(self) ->
|
|
367
|
+
def get_Username(self) -> hstr: ...
|
|
368
368
|
@winrt_commethod(17)
|
|
369
|
-
def put_Username(self, value:
|
|
369
|
+
def put_Username(self, value: hstr) -> Void: ...
|
|
370
370
|
@winrt_commethod(18)
|
|
371
|
-
def get_Password(self) ->
|
|
371
|
+
def get_Password(self) -> hstr: ...
|
|
372
372
|
@winrt_commethod(19)
|
|
373
|
-
def put_Password(self, value:
|
|
373
|
+
def put_Password(self, value: hstr) -> Void: ...
|
|
374
374
|
@winrt_commethod(20)
|
|
375
|
-
def get_Scope(self) ->
|
|
375
|
+
def get_Scope(self) -> hstr: ...
|
|
376
376
|
@winrt_commethod(21)
|
|
377
|
-
def put_Scope(self, value:
|
|
377
|
+
def put_Scope(self, value: hstr) -> Void: ...
|
|
378
378
|
@winrt_commethod(22)
|
|
379
|
-
def get_RefreshToken(self) ->
|
|
379
|
+
def get_RefreshToken(self) -> hstr: ...
|
|
380
380
|
@winrt_commethod(23)
|
|
381
|
-
def put_RefreshToken(self, value:
|
|
381
|
+
def put_RefreshToken(self, value: hstr) -> Void: ...
|
|
382
382
|
@winrt_commethod(24)
|
|
383
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMap[
|
|
383
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
384
384
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
385
385
|
ClientId = property(get_ClientId, put_ClientId)
|
|
386
386
|
Code = property(get_Code, put_Code)
|
|
@@ -396,7 +396,7 @@ class ITokenRequestParamsFactory(ComPtr):
|
|
|
396
396
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.ITokenRequestParamsFactory'
|
|
397
397
|
_iid_ = Guid('{2bf39c30-2f30-5788-98d2-a8ba622be809}')
|
|
398
398
|
@winrt_commethod(6)
|
|
399
|
-
def CreateInstance(self, grantType:
|
|
399
|
+
def CreateInstance(self, grantType: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
400
400
|
class ITokenRequestParamsStatics(ComPtr):
|
|
401
401
|
extends: IInspectable
|
|
402
402
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.ITokenRequestParamsStatics'
|
|
@@ -408,7 +408,7 @@ class ITokenRequestParamsStatics(ComPtr):
|
|
|
408
408
|
@winrt_commethod(8)
|
|
409
409
|
def CreateForExtension(self, extensionUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
410
410
|
@winrt_commethod(9)
|
|
411
|
-
def CreateForRefreshToken(self, refreshToken:
|
|
411
|
+
def CreateForRefreshToken(self, refreshToken: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
412
412
|
class ITokenRequestResult(ComPtr):
|
|
413
413
|
extends: IInspectable
|
|
414
414
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.ITokenRequestResult'
|
|
@@ -427,17 +427,17 @@ class ITokenResponse(ComPtr):
|
|
|
427
427
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.ITokenResponse'
|
|
428
428
|
_iid_ = Guid('{9d9d8cd3-04b2-5df6-bfd2-e8a6859745da}')
|
|
429
429
|
@winrt_commethod(6)
|
|
430
|
-
def get_AccessToken(self) ->
|
|
430
|
+
def get_AccessToken(self) -> hstr: ...
|
|
431
431
|
@winrt_commethod(7)
|
|
432
|
-
def get_TokenType(self) ->
|
|
432
|
+
def get_TokenType(self) -> hstr: ...
|
|
433
433
|
@winrt_commethod(8)
|
|
434
434
|
def get_ExpiresIn(self) -> Double: ...
|
|
435
435
|
@winrt_commethod(9)
|
|
436
|
-
def get_RefreshToken(self) ->
|
|
436
|
+
def get_RefreshToken(self) -> hstr: ...
|
|
437
437
|
@winrt_commethod(10)
|
|
438
|
-
def get_Scope(self) ->
|
|
438
|
+
def get_Scope(self) -> hstr: ...
|
|
439
439
|
@winrt_commethod(11)
|
|
440
|
-
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
440
|
+
def get_AdditionalParams(self) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Windows.Data.Json.IJsonValue]: ...
|
|
441
441
|
AccessToken = property(get_AccessToken, None)
|
|
442
442
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
443
443
|
ExpiresIn = property(get_ExpiresIn, None)
|
|
@@ -465,13 +465,13 @@ class TokenFailure(ComPtr):
|
|
|
465
465
|
@winrt_mixinmethod
|
|
466
466
|
def get_ErrorCode(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> win32more.Windows.Foundation.HResult: ...
|
|
467
467
|
@winrt_mixinmethod
|
|
468
|
-
def get_Error(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) ->
|
|
468
|
+
def get_Error(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> hstr: ...
|
|
469
469
|
@winrt_mixinmethod
|
|
470
|
-
def get_ErrorDescription(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) ->
|
|
470
|
+
def get_ErrorDescription(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> hstr: ...
|
|
471
471
|
@winrt_mixinmethod
|
|
472
472
|
def get_ErrorUri(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> win32more.Windows.Foundation.Uri: ...
|
|
473
473
|
@winrt_mixinmethod
|
|
474
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
474
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenFailure) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Windows.Data.Json.IJsonValue]: ...
|
|
475
475
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
476
476
|
Error = property(get_Error, None)
|
|
477
477
|
ErrorCode = property(get_ErrorCode, None)
|
|
@@ -494,45 +494,45 @@ class TokenRequestParams(ComPtr):
|
|
|
494
494
|
else:
|
|
495
495
|
raise ValueError('no matched constructor')
|
|
496
496
|
@winrt_factorymethod
|
|
497
|
-
def CreateInstance(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsFactory, grantType:
|
|
497
|
+
def CreateInstance(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsFactory, grantType: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
498
498
|
@winrt_mixinmethod
|
|
499
|
-
def get_GrantType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
499
|
+
def get_GrantType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
500
500
|
@winrt_mixinmethod
|
|
501
|
-
def put_GrantType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
501
|
+
def put_GrantType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
502
502
|
@winrt_mixinmethod
|
|
503
|
-
def get_Code(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
503
|
+
def get_Code(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
504
504
|
@winrt_mixinmethod
|
|
505
|
-
def put_Code(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
505
|
+
def put_Code(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
506
506
|
@winrt_mixinmethod
|
|
507
507
|
def get_RedirectUri(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> win32more.Windows.Foundation.Uri: ...
|
|
508
508
|
@winrt_mixinmethod
|
|
509
509
|
def put_RedirectUri(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: win32more.Windows.Foundation.Uri) -> Void: ...
|
|
510
510
|
@winrt_mixinmethod
|
|
511
|
-
def get_CodeVerifier(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
511
|
+
def get_CodeVerifier(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
512
512
|
@winrt_mixinmethod
|
|
513
|
-
def put_CodeVerifier(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
513
|
+
def put_CodeVerifier(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
514
514
|
@winrt_mixinmethod
|
|
515
|
-
def get_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
515
|
+
def get_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
516
516
|
@winrt_mixinmethod
|
|
517
|
-
def put_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
517
|
+
def put_ClientId(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
518
518
|
@winrt_mixinmethod
|
|
519
|
-
def get_Username(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
519
|
+
def get_Username(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
520
520
|
@winrt_mixinmethod
|
|
521
|
-
def put_Username(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
521
|
+
def put_Username(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
522
522
|
@winrt_mixinmethod
|
|
523
|
-
def get_Password(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
523
|
+
def get_Password(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
524
524
|
@winrt_mixinmethod
|
|
525
|
-
def put_Password(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
525
|
+
def put_Password(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
526
526
|
@winrt_mixinmethod
|
|
527
|
-
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
527
|
+
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
528
528
|
@winrt_mixinmethod
|
|
529
|
-
def put_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
529
|
+
def put_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
530
530
|
@winrt_mixinmethod
|
|
531
|
-
def get_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) ->
|
|
531
|
+
def get_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> hstr: ...
|
|
532
532
|
@winrt_mixinmethod
|
|
533
|
-
def put_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value:
|
|
533
|
+
def put_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams, value: hstr) -> Void: ...
|
|
534
534
|
@winrt_mixinmethod
|
|
535
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> win32more.Windows.Foundation.Collections.IMap[
|
|
535
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParams) -> win32more.Windows.Foundation.Collections.IMap[hstr, hstr]: ...
|
|
536
536
|
@winrt_classmethod
|
|
537
537
|
def CreateForAuthorizationCodeRequest(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsStatics, authResponse: win32more.Microsoft.Security.Authentication.OAuth.AuthResponse) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
538
538
|
@winrt_classmethod
|
|
@@ -540,7 +540,7 @@ class TokenRequestParams(ComPtr):
|
|
|
540
540
|
@winrt_classmethod
|
|
541
541
|
def CreateForExtension(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsStatics, extensionUri: win32more.Windows.Foundation.Uri) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
542
542
|
@winrt_classmethod
|
|
543
|
-
def CreateForRefreshToken(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsStatics, refreshToken:
|
|
543
|
+
def CreateForRefreshToken(cls: win32more.Microsoft.Security.Authentication.OAuth.ITokenRequestParamsStatics, refreshToken: hstr) -> win32more.Microsoft.Security.Authentication.OAuth.TokenRequestParams: ...
|
|
544
544
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
545
545
|
ClientId = property(get_ClientId, put_ClientId)
|
|
546
546
|
Code = property(get_Code, put_Code)
|
|
@@ -569,17 +569,17 @@ class TokenResponse(ComPtr):
|
|
|
569
569
|
default_interface: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse
|
|
570
570
|
_classid_ = 'Microsoft.Security.Authentication.OAuth.TokenResponse'
|
|
571
571
|
@winrt_mixinmethod
|
|
572
|
-
def get_AccessToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) ->
|
|
572
|
+
def get_AccessToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> hstr: ...
|
|
573
573
|
@winrt_mixinmethod
|
|
574
|
-
def get_TokenType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) ->
|
|
574
|
+
def get_TokenType(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> hstr: ...
|
|
575
575
|
@winrt_mixinmethod
|
|
576
576
|
def get_ExpiresIn(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> Double: ...
|
|
577
577
|
@winrt_mixinmethod
|
|
578
|
-
def get_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) ->
|
|
578
|
+
def get_RefreshToken(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> hstr: ...
|
|
579
579
|
@winrt_mixinmethod
|
|
580
|
-
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) ->
|
|
580
|
+
def get_Scope(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> hstr: ...
|
|
581
581
|
@winrt_mixinmethod
|
|
582
|
-
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> win32more.Windows.Foundation.Collections.IMapView[
|
|
582
|
+
def get_AdditionalParams(self: win32more.Microsoft.Security.Authentication.OAuth.ITokenResponse) -> win32more.Windows.Foundation.Collections.IMapView[hstr, win32more.Windows.Data.Json.IJsonValue]: ...
|
|
583
583
|
AccessToken = property(get_AccessToken, None)
|
|
584
584
|
AdditionalParams = property(get_AdditionalParams, None)
|
|
585
585
|
ExpiresIn = property(get_ExpiresIn, None)
|