pyobjc-framework-AuthenticationServices 12.2__cp315-cp315t-macosx_10_15_universal2.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.
- AuthenticationServices/_AuthenticationServices.cpython-315t-darwin.so +0 -0
- AuthenticationServices/__init__.py +108 -0
- AuthenticationServices/_metadata.py +1497 -0
- pyobjc_framework_authenticationservices-12.2.dist-info/METADATA +68 -0
- pyobjc_framework_authenticationservices-12.2.dist-info/RECORD +8 -0
- pyobjc_framework_authenticationservices-12.2.dist-info/WHEEL +5 -0
- pyobjc_framework_authenticationservices-12.2.dist-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_authenticationservices-12.2.dist-info/top_level.txt +1 -0
|
Binary file
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Python mapping for the AuthenticationServices framework.
|
|
3
|
+
|
|
4
|
+
This module does not contain docstrings for the wrapped code, check Apple's
|
|
5
|
+
documentation for details on how to use these functions and classes.
|
|
6
|
+
"""
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
def _setup():
|
|
10
|
+
import sys
|
|
11
|
+
|
|
12
|
+
import Foundation
|
|
13
|
+
import objc
|
|
14
|
+
from . import _metadata, _AuthenticationServices
|
|
15
|
+
|
|
16
|
+
dir_func, getattr_func = objc.createFrameworkDirAndGetattr(
|
|
17
|
+
name="AuthenticationServices",
|
|
18
|
+
frameworkIdentifier="com.apple.AuthenticationServices",
|
|
19
|
+
frameworkPath=objc.pathForFramework(
|
|
20
|
+
"/System/Library/Frameworks/AuthenticationServices.framework"
|
|
21
|
+
),
|
|
22
|
+
globals_dict=globals(),
|
|
23
|
+
inline_list=None,
|
|
24
|
+
parents=(_AuthenticationServices, Foundation),
|
|
25
|
+
metadict=_metadata.__dict__,
|
|
26
|
+
)
|
|
27
|
+
|
|
28
|
+
globals()["__dir__"] = dir_func
|
|
29
|
+
globals()["__getattr__"] = getattr_func
|
|
30
|
+
|
|
31
|
+
for cls, sel in (
|
|
32
|
+
("ASAuthorizationProviderExtensionLoginManager", b"init"),
|
|
33
|
+
("ASAuthorizationProviderExtensionLoginManager", b"new"),
|
|
34
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput", b"init"),
|
|
35
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput", b"new"),
|
|
36
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialAssertion", b"init"),
|
|
37
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialAssertion", b"new"),
|
|
38
|
+
("ASAuthorizationPlatformPublicKeyCredentialAssertion", b"init"),
|
|
39
|
+
("ASAuthorizationPlatformPublicKeyCredentialAssertion", b"new"),
|
|
40
|
+
("ASPasskeyCredentialIdentity", b"init"),
|
|
41
|
+
(
|
|
42
|
+
"ASCredentialProviderExtensionContext",
|
|
43
|
+
b"completeRequestReturningItems:completionHandler:",
|
|
44
|
+
),
|
|
45
|
+
("ASAuthorizationWebBrowserPlatformPublicKeyCredential", b"init"),
|
|
46
|
+
("ASAuthorizationWebBrowserPlatformPublicKeyCredential", b"new"),
|
|
47
|
+
("ASAuthorization", b"init"),
|
|
48
|
+
("ASAuthorization", b"new"),
|
|
49
|
+
("ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest", b"init"),
|
|
50
|
+
("ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest", b"new"),
|
|
51
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput", b"init"),
|
|
52
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput", b"new"),
|
|
53
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialProvider", b"init"),
|
|
54
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialProvider", b"new"),
|
|
55
|
+
("ASAuthorizationPlatformPublicKeyCredentialAssertionRequest", b"init"),
|
|
56
|
+
("ASAuthorizationPlatformPublicKeyCredentialAssertionRequest", b"new"),
|
|
57
|
+
("ASPasskeyCredentialRequest", b"init"),
|
|
58
|
+
("ASPublicKeyCredentialClientData", b"init"),
|
|
59
|
+
("ASPublicKeyCredentialClientData", b"new"),
|
|
60
|
+
("ASWebAuthenticationSessionCallback", b"init"),
|
|
61
|
+
("ASWebAuthenticationSessionCallback", b"new"),
|
|
62
|
+
("ASSettingsHelper", b"init"),
|
|
63
|
+
("ASSettingsHelper", b"new"),
|
|
64
|
+
("ASCredentialIdentityStore", b"init"),
|
|
65
|
+
("ASAuthorizationRequest", b"init"),
|
|
66
|
+
("ASAuthorizationRequest", b"new"),
|
|
67
|
+
("ASPasskeyCredentialRequestParameters", b"init"),
|
|
68
|
+
("ASPasswordCredentialRequest", b"init"),
|
|
69
|
+
("ASAuthorizationAppleIDCredential", b"init"),
|
|
70
|
+
("ASAuthorizationAppleIDCredential", b"new"),
|
|
71
|
+
("ASAuthorizationController", b"init"),
|
|
72
|
+
("ASAuthorizationController", b"new"),
|
|
73
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest", b"init"),
|
|
74
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest", b"new"),
|
|
75
|
+
("ASWebAuthenticationSession", b"init"),
|
|
76
|
+
("ASWebAuthenticationSession", b"new"),
|
|
77
|
+
("ASAuthorizationSingleSignOnProvider", b"init"),
|
|
78
|
+
("ASAuthorizationSingleSignOnProvider", b"new"),
|
|
79
|
+
("ASAuthorizationPlatformPublicKeyCredentialProvider", b"init"),
|
|
80
|
+
("ASAuthorizationPlatformPublicKeyCredentialProvider", b"new"),
|
|
81
|
+
("ASWebAuthenticationSessionRequest", b"init"),
|
|
82
|
+
("ASWebAuthenticationSessionRequest", b"new"),
|
|
83
|
+
("ASAuthorizationProviderExtensionLoginConfiguration", b"init"),
|
|
84
|
+
("ASAuthorizationProviderExtensionLoginConfiguration", b"new"),
|
|
85
|
+
("ASAuthorizationPlatformPublicKeyCredentialDescriptor", b"init"),
|
|
86
|
+
("ASAuthorizationPlatformPublicKeyCredentialDescriptor", b"new"),
|
|
87
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor", b"init"),
|
|
88
|
+
("ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor", b"new"),
|
|
89
|
+
("ASAuthorizationProviderExtensionUserLoginConfiguration", b"init"),
|
|
90
|
+
("ASAuthorizationProviderExtensionUserLoginConfiguration", b"new"),
|
|
91
|
+
("ASAuthorizationSingleSignOnCredential", b"init"),
|
|
92
|
+
("ASAuthorizationSingleSignOnCredential", b"new"),
|
|
93
|
+
("ASPasswordCredentialIdentity", b"init"),
|
|
94
|
+
("ASAuthorizationPlatformPublicKeyCredentialRegistration", b"init"),
|
|
95
|
+
("ASAuthorizationPlatformPublicKeyCredentialRegistration", b"new"),
|
|
96
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput", b"init"),
|
|
97
|
+
("ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput", b"new"),
|
|
98
|
+
("ASAuthorizationPublicKeyCredentialParameters", b"init"),
|
|
99
|
+
("ASAuthorizationPublicKeyCredentialParameters", b"new"),
|
|
100
|
+
("ASGeneratedPassword", b"init"),
|
|
101
|
+
("ASGeneratedPassword", b"new"),
|
|
102
|
+
):
|
|
103
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
104
|
+
|
|
105
|
+
del sys.modules["AuthenticationServices._metadata"]
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
globals().pop("_setup")()
|