pyobjc-framework-AuthenticationServices 10.1__tar.gz → 11.0__tar.gz
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.
- pyobjc_framework_authenticationservices-11.0/Lib/AuthenticationServices/__init__.py +106 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/AuthenticationServices/_metadata.py +303 -7
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +5 -5
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +12 -6
- pyobjc_framework_authenticationservices-11.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +3 -0
- pyobjc_framework_authenticationservices-11.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/License.txt +1 -1
- pyobjc_framework_authenticationservices-11.0/Modules/_AuthenticationServices.m +68 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Modules/_AuthenticationServices_protocols.m +11 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Modules/pyobjc-api.h +1 -1
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Modules/pyobjc-compat.h +80 -5
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PKG-INFO +5 -5
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidcredential.py +6 -3
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationerror.py +9 -0
- pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py +17 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +66 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +12 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +1 -1
- pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py +10 -0
- pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py +12 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +7 -1
- pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py +10 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentitystore.py +18 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialproviderextensioncontext.py +8 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialrequest.py +4 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asextensionerrors.py +3 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_assettingshelper.py +8 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsession.py +8 -0
- pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_aswebauthenticationsessioncallback.py +10 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/AuthenticationServices.fwinfo +2 -0
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/arm64-14.0.fwinfo → pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-14.5.fwinfo +503 -10
- pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-15.0.fwinfo +12634 -0
- pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-15.2.fwinfo +12708 -0
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/x86_64-14.0.fwinfo → pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-14.5.fwinfo +503 -10
- pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-15.0.fwinfo +12634 -0
- pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-15.2.fwinfo +12708 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/pyobjc_setup.py +121 -27
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/setup.py +1 -3
- pyobjc-framework-AuthenticationServices-10.1/Lib/AuthenticationServices/__init__.py +0 -34
- pyobjc-framework-AuthenticationServices-10.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
- pyobjc-framework-AuthenticationServices-10.1/Modules/_AuthenticationServices.m +0 -43
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/arm64-12.0.fwinfo +0 -5359
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/arm64-13.0.fwinfo +0 -6921
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/x86_64-12.0.fwinfo +0 -5359
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/x86_64-13.0.fwinfo +0 -6921
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/MANIFEST.in +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorization.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationcredential.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationprovider.py +0 -0
- /pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asAuthorizationproviderextensionauthorizationrequest.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +0 -0
- /pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationpublicKeycredentialregistration.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationpublickeycredentialregistration.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
- /pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_ASAuthorizationSingleSignOnRequest.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationsinglesignonrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascoseconstants.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentity.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aspublickeycredential.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aspublickeycredentialclientdata.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
- /pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_authenticationservices.py +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/metadata.ini +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/pyproject.toml +0 -0
- {pyobjc-framework-AuthenticationServices-10.1 → pyobjc_framework_authenticationservices-11.0}/setup.cfg +0 -0
|
@@ -0,0 +1,106 @@
|
|
|
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
|
+
):
|
|
101
|
+
objc.registerUnavailableMethod(cls, sel)
|
|
102
|
+
|
|
103
|
+
del sys.modules["AuthenticationServices._metadata"]
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Sun Nov 17 11:38:19 2024
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -30,8 +30,8 @@ else:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
|
-
constants = """$ASAuthorizationAppleIDProviderCredentialRevokedNotification$ASAuthorizationCustomMethodOther$ASAuthorizationCustomMethodRestorePurchase$ASAuthorizationCustomMethodVideoSubscriberAccount$ASAuthorizationErrorDomain$ASAuthorizationOperationImplicit$ASAuthorizationOperationLogin$ASAuthorizationOperationLogout$ASAuthorizationOperationRefresh$ASAuthorizationProviderAuthorizationOperationConfigurationRemoved$ASAuthorizationProviderAuthorizationOperationDirectRequest$ASAuthorizationPublicKeyCredentialAttestationKindDirect$ASAuthorizationPublicKeyCredentialAttestationKindEnterprise$ASAuthorizationPublicKeyCredentialAttestationKindIndirect$ASAuthorizationPublicKeyCredentialAttestationKindNone$ASAuthorizationPublicKeyCredentialResidentKeyPreferenceDiscouraged$ASAuthorizationPublicKeyCredentialResidentKeyPreferencePreferred$ASAuthorizationPublicKeyCredentialResidentKeyPreferenceRequired$ASAuthorizationPublicKeyCredentialUserVerificationPreferenceDiscouraged$ASAuthorizationPublicKeyCredentialUserVerificationPreferencePreferred$ASAuthorizationPublicKeyCredentialUserVerificationPreferenceRequired$ASAuthorizationScopeEmail$ASAuthorizationScopeFullName$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportBluetooth$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportNFC$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportUSB$ASCredentialIdentityStoreErrorDomain$ASExtensionErrorDomain$ASExtensionLocalizedFailureReasonErrorKey$ASWebAuthenticationSessionErrorDomain$"""
|
|
34
|
-
enums = """$ASAuthorizationAppleIDButtonStyleBlack@2$ASAuthorizationAppleIDButtonStyleWhite@0$ASAuthorizationAppleIDButtonStyleWhiteOutline@1$ASAuthorizationAppleIDButtonTypeContinue@1$ASAuthorizationAppleIDButtonTypeDefault@0$ASAuthorizationAppleIDButtonTypeSignIn@0$ASAuthorizationAppleIDButtonTypeSignUp@2$ASAuthorizationAppleIDProviderCredentialAuthorized@1$ASAuthorizationAppleIDProviderCredentialNotFound@2$ASAuthorizationAppleIDProviderCredentialRevoked@0$ASAuthorizationAppleIDProviderCredentialTransferred@3$ASAuthorizationControllerRequestOptionPreferImmediatelyAvailableCredentials@1$ASAuthorizationErrorCanceled@1001$ASAuthorizationErrorFailed@1004$ASAuthorizationErrorInvalidResponse@1002$ASAuthorizationErrorNotHandled@1003$ASAuthorizationErrorNotInteractive@1005$ASAuthorizationErrorUnknown@1000$ASAuthorizationProviderExtensionAuthenticationMethodPassword@1$ASAuthorizationProviderExtensionAuthenticationMethodSmartCard@3$ASAuthorizationProviderExtensionAuthenticationMethodUserSecureEnclaveKey@2$ASAuthorizationProviderExtensionFederationTypeDynamicWSTrust@2$ASAuthorizationProviderExtensionFederationTypeNone@0$ASAuthorizationProviderExtensionFederationTypeWSTrust@1$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceEncryption@11$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceSigning@10$ASAuthorizationProviderExtensionKeyTypeSharedDeviceEncryption@5$ASAuthorizationProviderExtensionKeyTypeSharedDeviceSigning@4$ASAuthorizationProviderExtensionKeyTypeUserDeviceEncryption@2$ASAuthorizationProviderExtensionKeyTypeUserDeviceSigning@1$ASAuthorizationProviderExtensionKeyTypeUserSecureEnclaveKey@3$ASAuthorizationProviderExtensionKeyTypeUserSmartCard@20$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion1_0@0$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion2_0@1$ASAuthorizationProviderExtensionRegistrationResultFailed@1$ASAuthorizationProviderExtensionRegistrationResultFailedNoRetry@3$ASAuthorizationProviderExtensionRegistrationResultSuccess@0$ASAuthorizationProviderExtensionRegistrationResultUserInterfaceRequired@2$ASAuthorizationProviderExtensionRequestOptionsNone@0$ASAuthorizationProviderExtensionRequestOptionsRegistrationDeviceKeyMigration@8$ASAuthorizationProviderExtensionRequestOptionsRegistrationRepair@2$ASAuthorizationProviderExtensionRequestOptionsRegistrationSharedDeviceKeys@4$ASAuthorizationProviderExtensionRequestOptionsUserInteractionEnabled@1$ASAuthorizationProviderExtensionSupportedGrantTypesJWTBearer@2$ASAuthorizationProviderExtensionSupportedGrantTypesNone@0$ASAuthorizationProviderExtensionSupportedGrantTypesPassword@1$ASAuthorizationProviderExtensionSupportedGrantTypesSAML1_1@4$ASAuthorizationProviderExtensionSupportedGrantTypesSAML2_0@8$ASAuthorizationPublicKeyCredentialAttachmentCrossPlatform@1$ASAuthorizationPublicKeyCredentialAttachmentPlatform@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationRead@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationWrite@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementPreferred@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementRequired@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateAuthorized@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateDenied@1$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateNotDetermined@2$ASCOSEAlgorithmIdentifierES256@-7$ASCOSEEllipticCurveIdentifierP256@1$ASCredentialIdentityStoreErrorCodeInternalError@0$ASCredentialIdentityStoreErrorCodeStoreBusy@2$ASCredentialIdentityStoreErrorCodeStoreDisabled@1$ASCredentialRequestTypePasskeyAssertion@1$ASCredentialRequestTypePassword@0$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$ASExtensionErrorCodeUserCanceled@1$ASExtensionErrorCodeUserInteractionRequired@100$ASPublicKeyCredentialClientDataCrossOriginValueCrossOrigin@1$ASPublicKeyCredentialClientDataCrossOriginValueNotSet@0$ASPublicKeyCredentialClientDataCrossOriginValueSameOriginWithAncestors@2$ASUserDetectionStatusLikelyReal@2$ASUserDetectionStatusUnknown@1$ASUserDetectionStatusUnsupported@0$ASWebAuthenticationSessionErrorCodeCanceledLogin@1$ASWebAuthenticationSessionErrorCodePresentationContextInvalid@3$ASWebAuthenticationSessionErrorCodePresentationContextNotProvided@2$"""
|
|
33
|
+
constants = """$ASAuthorizationAppleIDProviderCredentialRevokedNotification$ASAuthorizationCustomMethodOther$ASAuthorizationCustomMethodRestorePurchase$ASAuthorizationCustomMethodVideoSubscriberAccount$ASAuthorizationErrorDomain$ASAuthorizationOperationImplicit$ASAuthorizationOperationLogin$ASAuthorizationOperationLogout$ASAuthorizationOperationRefresh$ASAuthorizationProviderAuthorizationOperationConfigurationRemoved$ASAuthorizationProviderAuthorizationOperationDirectRequest$ASAuthorizationProviderExtensionEncryptionAlgorithmECDHE_A256GCM$ASAuthorizationProviderExtensionEncryptionAlgorithmHPKE_Curve25519_SHA256_ChachaPoly$ASAuthorizationProviderExtensionEncryptionAlgorithmHPKE_P256_SHA256_AES_GCM_256$ASAuthorizationProviderExtensionEncryptionAlgorithmHPKE_P384_SHA384_AES_GCM_256$ASAuthorizationProviderExtensionSigningAlgorithmES256$ASAuthorizationProviderExtensionSigningAlgorithmES384$ASAuthorizationProviderExtensionSigningAlgorithmEd25519$ASAuthorizationPublicKeyCredentialAttestationKindDirect$ASAuthorizationPublicKeyCredentialAttestationKindEnterprise$ASAuthorizationPublicKeyCredentialAttestationKindIndirect$ASAuthorizationPublicKeyCredentialAttestationKindNone$ASAuthorizationPublicKeyCredentialResidentKeyPreferenceDiscouraged$ASAuthorizationPublicKeyCredentialResidentKeyPreferencePreferred$ASAuthorizationPublicKeyCredentialResidentKeyPreferenceRequired$ASAuthorizationPublicKeyCredentialUserVerificationPreferenceDiscouraged$ASAuthorizationPublicKeyCredentialUserVerificationPreferencePreferred$ASAuthorizationPublicKeyCredentialUserVerificationPreferenceRequired$ASAuthorizationScopeEmail$ASAuthorizationScopeFullName$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportBluetooth$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportNFC$ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransportUSB$ASCredentialIdentityStoreErrorDomain$ASExtensionErrorDomain$ASExtensionLocalizedFailureReasonErrorKey$ASWebAuthenticationSessionErrorDomain$"""
|
|
34
|
+
enums = """$ASAuthorizationAppleIDButtonStyleBlack@2$ASAuthorizationAppleIDButtonStyleWhite@0$ASAuthorizationAppleIDButtonStyleWhiteOutline@1$ASAuthorizationAppleIDButtonTypeContinue@1$ASAuthorizationAppleIDButtonTypeDefault@0$ASAuthorizationAppleIDButtonTypeSignIn@0$ASAuthorizationAppleIDButtonTypeSignUp@2$ASAuthorizationAppleIDProviderCredentialAuthorized@1$ASAuthorizationAppleIDProviderCredentialNotFound@2$ASAuthorizationAppleIDProviderCredentialRevoked@0$ASAuthorizationAppleIDProviderCredentialTransferred@3$ASAuthorizationControllerRequestOptionPreferImmediatelyAvailableCredentials@1$ASAuthorizationErrorCanceled@1001$ASAuthorizationErrorCredentialExport@1008$ASAuthorizationErrorCredentialImport@1007$ASAuthorizationErrorFailed@1004$ASAuthorizationErrorInvalidResponse@1002$ASAuthorizationErrorMatchedExcludedCredential@1006$ASAuthorizationErrorNotHandled@1003$ASAuthorizationErrorNotInteractive@1005$ASAuthorizationErrorUnknown@1000$ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyleConditional@1$ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyleStandard@0$ASAuthorizationProviderExtensionAuthenticationMethodPassword@1$ASAuthorizationProviderExtensionAuthenticationMethodSmartCard@3$ASAuthorizationProviderExtensionAuthenticationMethodUserSecureEnclaveKey@2$ASAuthorizationProviderExtensionFederationTypeDynamicWSTrust@2$ASAuthorizationProviderExtensionFederationTypeNone@0$ASAuthorizationProviderExtensionFederationTypeWSTrust@1$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceEncryption@11$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceSigning@10$ASAuthorizationProviderExtensionKeyTypeSharedDeviceEncryption@5$ASAuthorizationProviderExtensionKeyTypeSharedDeviceSigning@4$ASAuthorizationProviderExtensionKeyTypeUserDeviceEncryption@2$ASAuthorizationProviderExtensionKeyTypeUserDeviceSigning@1$ASAuthorizationProviderExtensionKeyTypeUserSecureEnclaveKey@3$ASAuthorizationProviderExtensionKeyTypeUserSmartCard@20$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion1_0@0$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion2_0@1$ASAuthorizationProviderExtensionRegistrationResultFailed@1$ASAuthorizationProviderExtensionRegistrationResultFailedNoRetry@3$ASAuthorizationProviderExtensionRegistrationResultSuccess@0$ASAuthorizationProviderExtensionRegistrationResultUserInterfaceRequired@2$ASAuthorizationProviderExtensionRequestOptionsNone@0$ASAuthorizationProviderExtensionRequestOptionsRegistrationDeviceKeyMigration@8$ASAuthorizationProviderExtensionRequestOptionsRegistrationRepair@2$ASAuthorizationProviderExtensionRequestOptionsRegistrationSharedDeviceKeys@4$ASAuthorizationProviderExtensionRequestOptionsStrongerKeyAvailable@16$ASAuthorizationProviderExtensionRequestOptionsUserInteractionEnabled@1$ASAuthorizationProviderExtensionRequestOptionsUserKeyInvalid@32$ASAuthorizationProviderExtensionSupportedGrantTypesJWTBearer@2$ASAuthorizationProviderExtensionSupportedGrantTypesNone@0$ASAuthorizationProviderExtensionSupportedGrantTypesPassword@1$ASAuthorizationProviderExtensionSupportedGrantTypesSAML1_1@4$ASAuthorizationProviderExtensionSupportedGrantTypesSAML2_0@8$ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicyNone@0$ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicyPasswordFallback@8$ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicyReuseDuringUnlock@4$ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicyTouchIDOrWatchAny@2$ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicyTouchIDOrWatchCurrentSet@1$ASAuthorizationPublicKeyCredentialAttachmentCrossPlatform@1$ASAuthorizationPublicKeyCredentialAttachmentPlatform@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationRead@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationWrite@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementPreferred@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementRequired@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateAuthorized@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateDenied@1$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateNotDetermined@2$ASCOSEAlgorithmIdentifierES256@-7$ASCOSEEllipticCurveIdentifierP256@1$ASCredentialIdentityStoreErrorCodeInternalError@0$ASCredentialIdentityStoreErrorCodeStoreBusy@2$ASCredentialIdentityStoreErrorCodeStoreDisabled@1$ASCredentialIdentityTypesAll@0$ASCredentialIdentityTypesOneTimeCode@4$ASCredentialIdentityTypesPasskey@2$ASCredentialIdentityTypesPassword@1$ASCredentialRequestTypeOneTimeCode@3$ASCredentialRequestTypePasskeyAssertion@1$ASCredentialRequestTypePasskeyRegistration@2$ASCredentialRequestTypePassword@0$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$ASExtensionErrorCodeMatchedExcludedCredential@102$ASExtensionErrorCodeUserCanceled@1$ASExtensionErrorCodeUserInteractionRequired@100$ASPublicKeyCredentialClientDataCrossOriginValueCrossOrigin@1$ASPublicKeyCredentialClientDataCrossOriginValueNotSet@0$ASPublicKeyCredentialClientDataCrossOriginValueSameOriginWithAncestors@2$ASUserAgeRangeChild@1$ASUserAgeRangeNotChild@2$ASUserAgeRangeUnknown@0$ASUserDetectionStatusLikelyReal@2$ASUserDetectionStatusUnknown@1$ASUserDetectionStatusUnsupported@0$ASWebAuthenticationSessionErrorCodeCanceledLogin@1$ASWebAuthenticationSessionErrorCodePresentationContextInvalid@3$ASWebAuthenticationSessionErrorCodePresentationContextNotProvided@2$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"ASAuthorizationProviderExtensionAuthenticationMethod": NewType(
|
|
@@ -46,10 +46,12 @@ misc.update(
|
|
|
46
46
|
"ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirement": NewType(
|
|
47
47
|
"ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirement", int
|
|
48
48
|
),
|
|
49
|
+
"ASUserAgeRange": NewType("ASUserAgeRange", int),
|
|
49
50
|
"ASCredentialRequestType": NewType("ASCredentialRequestType", int),
|
|
50
51
|
"ASCredentialServiceIdentifierType": NewType(
|
|
51
52
|
"ASCredentialServiceIdentifierType", int
|
|
52
53
|
),
|
|
54
|
+
"ASCredentialIdentityTypes": NewType("ASCredentialIdentityTypes", int),
|
|
53
55
|
"ASCredentialIdentityStoreErrorCode": NewType(
|
|
54
56
|
"ASCredentialIdentityStoreErrorCode", int
|
|
55
57
|
),
|
|
@@ -60,10 +62,13 @@ misc.update(
|
|
|
60
62
|
"ASAuthorizationProviderExtensionKeyType": NewType(
|
|
61
63
|
"ASAuthorizationProviderExtensionKeyType", int
|
|
62
64
|
),
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
+
"ASAuthorizationPublicKeyCredentialAttachment": NewType(
|
|
66
|
+
"ASAuthorizationPublicKeyCredentialAttachment", int
|
|
65
67
|
),
|
|
66
68
|
"ASExtensionErrorCode": NewType("ASExtensionErrorCode", int),
|
|
69
|
+
"ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle": NewType(
|
|
70
|
+
"ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle", int
|
|
71
|
+
),
|
|
67
72
|
"ASAuthorizationProviderExtensionFederationType": NewType(
|
|
68
73
|
"ASAuthorizationProviderExtensionFederationType", int
|
|
69
74
|
),
|
|
@@ -79,13 +84,16 @@ misc.update(
|
|
|
79
84
|
"ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation": NewType(
|
|
80
85
|
"ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation", int
|
|
81
86
|
),
|
|
82
|
-
"
|
|
83
|
-
"
|
|
87
|
+
"ASAuthorizationProviderExtensionRegistrationResult": NewType(
|
|
88
|
+
"ASAuthorizationProviderExtensionRegistrationResult", int
|
|
84
89
|
),
|
|
85
90
|
"ASUserDetectionStatus": NewType("ASUserDetectionStatus", int),
|
|
86
91
|
"ASAuthorizationProviderExtensionRequestOptions": NewType(
|
|
87
92
|
"ASAuthorizationProviderExtensionRequestOptions", int
|
|
88
93
|
),
|
|
94
|
+
"ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicy": NewType(
|
|
95
|
+
"ASAuthorizationProviderExtensionUserSecureEnclaveKeyBiometricPolicy", int
|
|
96
|
+
),
|
|
89
97
|
"ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState": NewType(
|
|
90
98
|
"ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState", int
|
|
91
99
|
),
|
|
@@ -108,11 +116,19 @@ misc.update(
|
|
|
108
116
|
"ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransport": NewType(
|
|
109
117
|
"ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransport", str
|
|
110
118
|
),
|
|
119
|
+
"ASAuthorizationProviderExtensionEncryptionAlgorithm": NewType(
|
|
120
|
+
"ASAuthorizationProviderExtensionEncryptionAlgorithm",
|
|
121
|
+
objc.lookUpClass("NSNumber"),
|
|
122
|
+
),
|
|
111
123
|
"ASAuthorizationScope": NewType("ASAuthorizationScope", str),
|
|
112
124
|
"ASAuthorizationPublicKeyCredentialResidentKeyPreference": NewType(
|
|
113
125
|
"ASAuthorizationPublicKeyCredentialResidentKeyPreference", str
|
|
114
126
|
),
|
|
115
127
|
"ASCOSEEllipticCurveIdentifier": NewType("ASCOSEEllipticCurveIdentifier", int),
|
|
128
|
+
"ASAuthorizationProviderExtensionSigningAlgorithm": NewType(
|
|
129
|
+
"ASAuthorizationProviderExtensionSigningAlgorithm",
|
|
130
|
+
objc.lookUpClass("NSNumber"),
|
|
131
|
+
),
|
|
116
132
|
"ASAuthorizationPublicKeyCredentialAttestationKind": NewType(
|
|
117
133
|
"ASAuthorizationPublicKeyCredentialAttestationKind", str
|
|
118
134
|
),
|
|
@@ -131,6 +147,7 @@ functions = {
|
|
|
131
147
|
"ASAuthorizationAllSupportedPublicKeyCredentialDescriptorTransports": (b"@",)
|
|
132
148
|
}
|
|
133
149
|
aliases = {
|
|
150
|
+
"AS_SWIFT_SENDABLE": "NS_SWIFT_SENDABLE",
|
|
134
151
|
"AS_API_AVAILABLE": "API_AVAILABLE",
|
|
135
152
|
"AS_HEADER_AUDIT_END": "NS_HEADER_AUDIT_END",
|
|
136
153
|
"ASAuthorizationAppleIDButtonTypeDefault": "ASAuthorizationAppleIDButtonTypeSignIn",
|
|
@@ -369,6 +386,21 @@ try:
|
|
|
369
386
|
b"isSupported",
|
|
370
387
|
{"retval": {"type": b"Z"}},
|
|
371
388
|
)
|
|
389
|
+
r(
|
|
390
|
+
b"ASAuthorizationPublicKeyCredentialPRFRegistrationInput",
|
|
391
|
+
b"shouldCheckForSupport",
|
|
392
|
+
{"retval": {"type": b"Z"}},
|
|
393
|
+
)
|
|
394
|
+
r(
|
|
395
|
+
b"ASAuthorizationPublicKeyCredentialPRFRegistrationOutput",
|
|
396
|
+
b"isSupported",
|
|
397
|
+
{"retval": {"type": b"Z"}},
|
|
398
|
+
)
|
|
399
|
+
r(
|
|
400
|
+
b"ASAuthorizationSecurityKeyPublicKeyCredentialAssertion",
|
|
401
|
+
b"appID",
|
|
402
|
+
{"retval": {"type": b"Z"}},
|
|
403
|
+
)
|
|
372
404
|
r(
|
|
373
405
|
b"ASAuthorizationSingleSignOnProvider",
|
|
374
406
|
b"canPerformAuthorization",
|
|
@@ -412,6 +444,20 @@ try:
|
|
|
412
444
|
}
|
|
413
445
|
},
|
|
414
446
|
)
|
|
447
|
+
r(
|
|
448
|
+
b"ASCredentialIdentityStore",
|
|
449
|
+
b"getCredentialIdentitiesForService:credentialIdentityTypes:completionHandler:",
|
|
450
|
+
{
|
|
451
|
+
"arguments": {
|
|
452
|
+
4: {
|
|
453
|
+
"callable": {
|
|
454
|
+
"retval": {"type": b"v"},
|
|
455
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
456
|
+
}
|
|
457
|
+
}
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
)
|
|
415
461
|
r(
|
|
416
462
|
b"ASCredentialIdentityStore",
|
|
417
463
|
b"getCredentialIdentityStoreStateWithCompletion:",
|
|
@@ -572,6 +618,20 @@ try:
|
|
|
572
618
|
}
|
|
573
619
|
},
|
|
574
620
|
)
|
|
621
|
+
r(
|
|
622
|
+
b"ASCredentialProviderExtensionContext",
|
|
623
|
+
b"completeOneTimeCodeRequestWithSelectedCredential:completionHandler:",
|
|
624
|
+
{
|
|
625
|
+
"arguments": {
|
|
626
|
+
3: {
|
|
627
|
+
"callable": {
|
|
628
|
+
"retval": {"type": b"v"},
|
|
629
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
|
|
630
|
+
}
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
)
|
|
575
635
|
r(
|
|
576
636
|
b"ASCredentialProviderExtensionContext",
|
|
577
637
|
b"completeRegistrationRequestWithSelectedPasskeyCredential:completionHandler:",
|
|
@@ -642,7 +702,39 @@ try:
|
|
|
642
702
|
}
|
|
643
703
|
},
|
|
644
704
|
)
|
|
705
|
+
r(
|
|
706
|
+
b"ASSettingsHelper",
|
|
707
|
+
b"requestToTurnOnCredentialProviderExtensionWithCompletionHandler:",
|
|
708
|
+
{
|
|
709
|
+
"arguments": {
|
|
710
|
+
2: {
|
|
711
|
+
"callable": {
|
|
712
|
+
"retval": {"type": b"v"},
|
|
713
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
|
|
714
|
+
}
|
|
715
|
+
}
|
|
716
|
+
}
|
|
717
|
+
},
|
|
718
|
+
)
|
|
645
719
|
r(b"ASWebAuthenticationSession", b"canStart", {"retval": {"type": "Z"}})
|
|
720
|
+
r(
|
|
721
|
+
b"ASWebAuthenticationSession",
|
|
722
|
+
b"initWithURL:callback:completionHandler:",
|
|
723
|
+
{
|
|
724
|
+
"arguments": {
|
|
725
|
+
4: {
|
|
726
|
+
"callable": {
|
|
727
|
+
"retval": {"type": b"v"},
|
|
728
|
+
"arguments": {
|
|
729
|
+
0: {"type": b"^v"},
|
|
730
|
+
1: {"type": b"@"},
|
|
731
|
+
2: {"type": b"@"},
|
|
732
|
+
},
|
|
733
|
+
}
|
|
734
|
+
}
|
|
735
|
+
}
|
|
736
|
+
},
|
|
737
|
+
)
|
|
646
738
|
r(
|
|
647
739
|
b"ASWebAuthenticationSession",
|
|
648
740
|
b"initWithURL:callbackURLScheme:completionHandler:",
|
|
@@ -672,6 +764,7 @@ try:
|
|
|
672
764
|
{"arguments": {2: {"type": b"Z"}}},
|
|
673
765
|
)
|
|
674
766
|
r(b"ASWebAuthenticationSession", b"start", {"retval": {"type": b"Z"}})
|
|
767
|
+
r(b"ASWebAuthenticationSessionCallback", b"matchesURL:", {"retval": {"type": b"Z"}})
|
|
675
768
|
r(
|
|
676
769
|
b"ASWebAuthenticationSessionRequest",
|
|
677
770
|
b"shouldUseEphemeralSession",
|
|
@@ -823,6 +916,20 @@ try:
|
|
|
823
916
|
b"createCredentialAssertionRequestWithClientData:",
|
|
824
917
|
{"required": True, "retval": {"type": b"@"}, "arguments": {2: {"type": b"@"}}},
|
|
825
918
|
)
|
|
919
|
+
r(
|
|
920
|
+
b"NSObject",
|
|
921
|
+
b"createCredentialRegistrationRequestWithClientData:displayName:name:userID:",
|
|
922
|
+
{
|
|
923
|
+
"required": True,
|
|
924
|
+
"retval": {"type": b"@"},
|
|
925
|
+
"arguments": {
|
|
926
|
+
2: {"type": b"@"},
|
|
927
|
+
3: {"type": b"@"},
|
|
928
|
+
4: {"type": b"@"},
|
|
929
|
+
5: {"type": b"@"},
|
|
930
|
+
},
|
|
931
|
+
},
|
|
932
|
+
)
|
|
826
933
|
r(
|
|
827
934
|
b"NSObject",
|
|
828
935
|
b"createCredentialRegistrationRequestWithClientData:name:userID:",
|
|
@@ -832,10 +939,44 @@ try:
|
|
|
832
939
|
"arguments": {2: {"type": b"@"}, 3: {"type": b"@"}, 4: {"type": b"@"}},
|
|
833
940
|
},
|
|
834
941
|
)
|
|
942
|
+
r(
|
|
943
|
+
b"NSObject",
|
|
944
|
+
b"createCredentialRegistrationRequestWithClientData:name:userID:requestStyle:",
|
|
945
|
+
{
|
|
946
|
+
"required": True,
|
|
947
|
+
"retval": {"type": b"@"},
|
|
948
|
+
"arguments": {
|
|
949
|
+
2: {"type": b"@"},
|
|
950
|
+
3: {"type": b"@"},
|
|
951
|
+
4: {"type": b"@"},
|
|
952
|
+
5: {"type": b"q"},
|
|
953
|
+
},
|
|
954
|
+
},
|
|
955
|
+
)
|
|
835
956
|
r(b"NSObject", b"credentialID", {"required": True, "retval": {"type": b"@"}})
|
|
836
957
|
r(b"NSObject", b"credentialIdentity", {"required": True, "retval": {"type": b"@"}})
|
|
837
958
|
r(b"NSObject", b"displayName", {"required": True, "retval": {"type": b"@"}})
|
|
838
959
|
r(b"NSObject", b"excludedCredentials", {"required": True, "retval": {"type": b"@"}})
|
|
960
|
+
r(
|
|
961
|
+
b"NSObject",
|
|
962
|
+
b"keyWillRotateForKeyType:newKey:loginManager:completion:",
|
|
963
|
+
{
|
|
964
|
+
"required": False,
|
|
965
|
+
"retval": {"type": b"v"},
|
|
966
|
+
"arguments": {
|
|
967
|
+
2: {"type": b"q"},
|
|
968
|
+
3: {"type": b"^{__SecKey=}"},
|
|
969
|
+
4: {"type": b"@"},
|
|
970
|
+
5: {
|
|
971
|
+
"callable": {
|
|
972
|
+
"retval": {"type": b"v"},
|
|
973
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
|
|
974
|
+
},
|
|
975
|
+
"type": b"@?",
|
|
976
|
+
},
|
|
977
|
+
},
|
|
978
|
+
},
|
|
979
|
+
)
|
|
839
980
|
r(b"NSObject", b"name", {"required": True, "retval": {"type": b"@"}})
|
|
840
981
|
r(
|
|
841
982
|
b"NSObject",
|
|
@@ -953,11 +1094,26 @@ try:
|
|
|
953
1094
|
{"required": True, "retval": {"type": b"Z"}},
|
|
954
1095
|
)
|
|
955
1096
|
r(b"NSObject", b"signature", {"required": True, "retval": {"type": b"@"}})
|
|
1097
|
+
r(
|
|
1098
|
+
b"NSObject",
|
|
1099
|
+
b"supportedDeviceEncryptionAlgorithms",
|
|
1100
|
+
{"required": False, "retval": {"type": b"@"}},
|
|
1101
|
+
)
|
|
1102
|
+
r(
|
|
1103
|
+
b"NSObject",
|
|
1104
|
+
b"supportedDeviceSigningAlgorithms",
|
|
1105
|
+
{"required": False, "retval": {"type": b"@"}},
|
|
1106
|
+
)
|
|
956
1107
|
r(
|
|
957
1108
|
b"NSObject",
|
|
958
1109
|
b"supportedGrantTypes",
|
|
959
1110
|
{"required": False, "retval": {"type": b"q"}},
|
|
960
1111
|
)
|
|
1112
|
+
r(
|
|
1113
|
+
b"NSObject",
|
|
1114
|
+
b"supportedUserSecureEnclaveKeySigningAlgorithms",
|
|
1115
|
+
{"required": False, "retval": {"type": b"@"}},
|
|
1116
|
+
)
|
|
961
1117
|
r(b"NSObject", b"type", {"required": True, "retval": {"type": b"q"}})
|
|
962
1118
|
r(b"NSObject", b"user", {"required": True, "retval": {"type": b"@"}})
|
|
963
1119
|
r(b"NSObject", b"userID", {"required": True, "retval": {"type": b"@"}})
|
|
@@ -968,6 +1124,146 @@ try:
|
|
|
968
1124
|
)
|
|
969
1125
|
finally:
|
|
970
1126
|
objc._updatingMetadata(False)
|
|
1127
|
+
|
|
1128
|
+
objc.registerNewKeywordsFromSelector(
|
|
1129
|
+
"ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest",
|
|
1130
|
+
b"initWithUser:serviceIdentifier:",
|
|
1131
|
+
)
|
|
1132
|
+
objc.registerNewKeywordsFromSelector(
|
|
1133
|
+
"ASAccountAuthenticationModificationReplacePasswordWithSignInWithAppleRequest",
|
|
1134
|
+
b"initWithUser:serviceIdentifier:userInfo:",
|
|
1135
|
+
)
|
|
1136
|
+
objc.registerNewKeywordsFromSelector(
|
|
1137
|
+
"ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest",
|
|
1138
|
+
b"initWithUser:serviceIdentifier:",
|
|
1139
|
+
)
|
|
1140
|
+
objc.registerNewKeywordsFromSelector(
|
|
1141
|
+
"ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest",
|
|
1142
|
+
b"initWithUser:serviceIdentifier:userInfo:",
|
|
1143
|
+
)
|
|
1144
|
+
objc.registerNewKeywordsFromSelector(
|
|
1145
|
+
"ASAuthorizationAppleIDButton",
|
|
1146
|
+
b"initWithAuthorizationButtonType:authorizationButtonStyle:",
|
|
1147
|
+
)
|
|
1148
|
+
objc.registerNewKeywordsFromSelector(
|
|
1149
|
+
"ASAuthorizationController", b"initWithAuthorizationRequests:"
|
|
1150
|
+
)
|
|
1151
|
+
objc.registerNewKeywordsFromSelector(
|
|
1152
|
+
"ASAuthorizationPlatformPublicKeyCredentialDescriptor", b"initWithCredentialID:"
|
|
1153
|
+
)
|
|
1154
|
+
objc.registerNewKeywordsFromSelector(
|
|
1155
|
+
"ASAuthorizationPlatformPublicKeyCredentialProvider",
|
|
1156
|
+
b"initWithRelyingPartyIdentifier:",
|
|
1157
|
+
)
|
|
1158
|
+
objc.registerNewKeywordsFromSelector(
|
|
1159
|
+
"ASAuthorizationProviderExtensionAuthorizationResult",
|
|
1160
|
+
b"initWithHTTPAuthorizationHeaders:",
|
|
1161
|
+
)
|
|
1162
|
+
objc.registerNewKeywordsFromSelector(
|
|
1163
|
+
"ASAuthorizationProviderExtensionAuthorizationResult",
|
|
1164
|
+
b"initWithHTTPResponse:httpBody:",
|
|
1165
|
+
)
|
|
1166
|
+
objc.registerNewKeywordsFromSelector(
|
|
1167
|
+
"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
1168
|
+
b"initWithClientID:issuer:tokenEndpointURL:jwksEndpointURL:audience:",
|
|
1169
|
+
)
|
|
1170
|
+
objc.registerNewKeywordsFromSelector(
|
|
1171
|
+
"ASAuthorizationProviderExtensionUserLoginConfiguration", b"initWithLoginUserName:"
|
|
1172
|
+
)
|
|
1173
|
+
objc.registerNewKeywordsFromSelector(
|
|
1174
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput", b"initWithOperation:"
|
|
1175
|
+
)
|
|
1176
|
+
objc.registerNewKeywordsFromSelector(
|
|
1177
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput",
|
|
1178
|
+
b"initWithSupportRequirement:",
|
|
1179
|
+
)
|
|
1180
|
+
objc.registerNewKeywordsFromSelector(
|
|
1181
|
+
"ASAuthorizationPublicKeyCredentialPRFAssertionInput",
|
|
1182
|
+
b"initWithInputValues:perCredentialInputValues:",
|
|
1183
|
+
)
|
|
1184
|
+
objc.registerNewKeywordsFromSelector(
|
|
1185
|
+
"ASAuthorizationPublicKeyCredentialPRFAssertionInputValues",
|
|
1186
|
+
b"initWithSaltInput1:saltInput2:",
|
|
1187
|
+
)
|
|
1188
|
+
objc.registerNewKeywordsFromSelector(
|
|
1189
|
+
"ASAuthorizationPublicKeyCredentialPRFRegistrationInput", b"initWithInputValues:"
|
|
1190
|
+
)
|
|
1191
|
+
objc.registerNewKeywordsFromSelector(
|
|
1192
|
+
"ASAuthorizationPublicKeyCredentialParameters", b"initWithAlgorithm:"
|
|
1193
|
+
)
|
|
1194
|
+
objc.registerNewKeywordsFromSelector(
|
|
1195
|
+
"ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor",
|
|
1196
|
+
b"initWithCredentialID:transports:",
|
|
1197
|
+
)
|
|
1198
|
+
objc.registerNewKeywordsFromSelector(
|
|
1199
|
+
"ASAuthorizationSecurityKeyPublicKeyCredentialProvider",
|
|
1200
|
+
b"initWithRelyingPartyIdentifier:",
|
|
1201
|
+
)
|
|
1202
|
+
objc.registerNewKeywordsFromSelector(
|
|
1203
|
+
"ASCredentialServiceIdentifier", b"initWithIdentifier:type:"
|
|
1204
|
+
)
|
|
1205
|
+
objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredential", b"initWithCode:")
|
|
1206
|
+
objc.registerNewKeywordsFromSelector(
|
|
1207
|
+
"ASOneTimeCodeCredentialIdentity",
|
|
1208
|
+
b"initWithServiceIdentifier:label:recordIdentifier:",
|
|
1209
|
+
)
|
|
1210
|
+
objc.registerNewKeywordsFromSelector(
|
|
1211
|
+
"ASOneTimeCodeCredentialRequest", b"initWithCredentialIdentity:"
|
|
1212
|
+
)
|
|
1213
|
+
objc.registerNewKeywordsFromSelector(
|
|
1214
|
+
"ASPasskeyAssertionCredential",
|
|
1215
|
+
b"initWithUserHandle:relyingParty:signature:clientDataHash:authenticatorData:credentialID:",
|
|
1216
|
+
)
|
|
1217
|
+
objc.registerNewKeywordsFromSelector(
|
|
1218
|
+
"ASPasskeyAssertionCredential",
|
|
1219
|
+
b"initWithUserHandle:relyingParty:signature:clientDataHash:authenticatorData:credentialID:extensionOutput:",
|
|
1220
|
+
)
|
|
1221
|
+
objc.registerNewKeywordsFromSelector(
|
|
1222
|
+
"ASPasskeyAssertionCredentialExtensionOutput", b"initWithLargeBlobOutput:"
|
|
1223
|
+
)
|
|
1224
|
+
objc.registerNewKeywordsFromSelector(
|
|
1225
|
+
"ASPasskeyCredentialIdentity",
|
|
1226
|
+
b"initWithRelyingPartyIdentifier:userName:credentialID:userHandle:recordIdentifier:",
|
|
1227
|
+
)
|
|
1228
|
+
objc.registerNewKeywordsFromSelector(
|
|
1229
|
+
"ASPasskeyCredentialRequest",
|
|
1230
|
+
b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:",
|
|
1231
|
+
)
|
|
1232
|
+
objc.registerNewKeywordsFromSelector(
|
|
1233
|
+
"ASPasskeyCredentialRequest",
|
|
1234
|
+
b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:assertionExtensionInput:",
|
|
1235
|
+
)
|
|
1236
|
+
objc.registerNewKeywordsFromSelector(
|
|
1237
|
+
"ASPasskeyCredentialRequest",
|
|
1238
|
+
b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:registrationExtensionInput:",
|
|
1239
|
+
)
|
|
1240
|
+
objc.registerNewKeywordsFromSelector(
|
|
1241
|
+
"ASPasskeyRegistrationCredential",
|
|
1242
|
+
b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:",
|
|
1243
|
+
)
|
|
1244
|
+
objc.registerNewKeywordsFromSelector(
|
|
1245
|
+
"ASPasskeyRegistrationCredential",
|
|
1246
|
+
b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:extensionOutput:",
|
|
1247
|
+
)
|
|
1248
|
+
objc.registerNewKeywordsFromSelector(
|
|
1249
|
+
"ASPasskeyRegistrationCredentialExtensionOutput", b"initWithLargeBlobOutput:"
|
|
1250
|
+
)
|
|
1251
|
+
objc.registerNewKeywordsFromSelector("ASPasswordCredential", b"initWithUser:password:")
|
|
1252
|
+
objc.registerNewKeywordsFromSelector(
|
|
1253
|
+
"ASPasswordCredentialIdentity", b"initWithServiceIdentifier:user:recordIdentifier:"
|
|
1254
|
+
)
|
|
1255
|
+
objc.registerNewKeywordsFromSelector(
|
|
1256
|
+
"ASPasswordCredentialRequest", b"initWithCredentialIdentity:"
|
|
1257
|
+
)
|
|
1258
|
+
objc.registerNewKeywordsFromSelector(
|
|
1259
|
+
"ASPublicKeyCredentialClientData", b"initWithChallenge:origin:"
|
|
1260
|
+
)
|
|
1261
|
+
objc.registerNewKeywordsFromSelector(
|
|
1262
|
+
"ASWebAuthenticationSession", b"initWithURL:callback:completionHandler:"
|
|
1263
|
+
)
|
|
1264
|
+
objc.registerNewKeywordsFromSelector(
|
|
1265
|
+
"ASWebAuthenticationSession", b"initWithURL:callbackURLScheme:completionHandler:"
|
|
1266
|
+
)
|
|
971
1267
|
expressions = {}
|
|
972
1268
|
|
|
973
1269
|
# END OF FILE
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-AuthenticationServices
|
|
3
|
-
Version:
|
|
3
|
+
Version: 11.0
|
|
4
4
|
Summary: Wrappers for the framework AuthenticationServices on macOS
|
|
5
5
|
Home-page: https://github.com/ronaldoussoren/pyobjc
|
|
6
6
|
Author: Ronald Oussoren
|
|
@@ -18,20 +18,20 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
18
18
|
Classifier: Programming Language :: Python
|
|
19
19
|
Classifier: Programming Language :: Python :: 3
|
|
20
20
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.8
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
26
25
|
Classifier: Programming Language :: Python :: 3.13
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
27
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
28
28
|
Classifier: Programming Language :: Objective C
|
|
29
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
30
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
31
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.9
|
|
32
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
-
Requires-Dist: pyobjc-core>=
|
|
34
|
-
Requires-Dist: pyobjc-framework-Cocoa>=
|
|
33
|
+
Requires-Dist: pyobjc-core>=11.0
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=11.0
|
|
35
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
36
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
37
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -9,6 +9,7 @@ Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO
|
|
|
9
9
|
Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt
|
|
10
10
|
Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt
|
|
11
11
|
Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe
|
|
12
|
+
Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt
|
|
12
13
|
Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt
|
|
13
14
|
Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt
|
|
14
15
|
Modules/_AuthenticationServices.m
|
|
@@ -26,6 +27,7 @@ PyObjCTest/test_asauthorizationcontroller.py
|
|
|
26
27
|
PyObjCTest/test_asauthorizationcredential.py
|
|
27
28
|
PyObjCTest/test_asauthorizationerror.py
|
|
28
29
|
PyObjCTest/test_asauthorizationopenidrequest.py
|
|
30
|
+
PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py
|
|
29
31
|
PyObjCTest/test_asauthorizationprovider.py
|
|
30
32
|
PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py
|
|
31
33
|
PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py
|
|
@@ -41,13 +43,16 @@ PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py
|
|
|
41
43
|
PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py
|
|
42
44
|
PyObjCTest/test_asauthorizationpublickeycredentialregistration.py
|
|
43
45
|
PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py
|
|
46
|
+
PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py
|
|
44
47
|
PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py
|
|
45
48
|
PyObjCTest/test_asauthorizationsinglesignonprovider.py
|
|
46
49
|
PyObjCTest/test_asauthorizationsinglesignonrequest.py
|
|
47
50
|
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py
|
|
48
51
|
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py
|
|
49
52
|
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py
|
|
53
|
+
PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py
|
|
50
54
|
PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py
|
|
55
|
+
PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py
|
|
51
56
|
PyObjCTest/test_ascoseconstants.py
|
|
52
57
|
PyObjCTest/test_ascredentialidentity.py
|
|
53
58
|
PyObjCTest/test_ascredentialidentitystore.py
|
|
@@ -60,6 +65,7 @@ PyObjCTest/test_aspublickeycredential.py
|
|
|
60
65
|
PyObjCTest/test_aspublickeycredentialclientdata.py
|
|
61
66
|
PyObjCTest/test_assettingshelper.py
|
|
62
67
|
PyObjCTest/test_aswebauthenticationsession.py
|
|
68
|
+
PyObjCTest/test_aswebauthenticationsessioncallback.py
|
|
63
69
|
PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py
|
|
64
70
|
PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py
|
|
65
71
|
PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py
|
|
@@ -67,15 +73,15 @@ PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py
|
|
|
67
73
|
PyObjCTest/test_authenticationservices.py
|
|
68
74
|
metadata/AuthenticationServices.fwinfo
|
|
69
75
|
metadata/metadata.ini
|
|
70
|
-
metadata/raw/arm64-12.0.fwinfo
|
|
71
76
|
metadata/raw/arm64-12.3.fwinfo
|
|
72
|
-
metadata/raw/arm64-13.0.fwinfo
|
|
73
77
|
metadata/raw/arm64-13.3.fwinfo
|
|
74
|
-
metadata/raw/arm64-14.
|
|
78
|
+
metadata/raw/arm64-14.5.fwinfo
|
|
79
|
+
metadata/raw/arm64-15.0.fwinfo
|
|
80
|
+
metadata/raw/arm64-15.2.fwinfo
|
|
75
81
|
metadata/raw/x86_64-10.15.fwinfo
|
|
76
82
|
metadata/raw/x86_64-10.16.fwinfo
|
|
77
|
-
metadata/raw/x86_64-12.0.fwinfo
|
|
78
83
|
metadata/raw/x86_64-12.3.fwinfo
|
|
79
|
-
metadata/raw/x86_64-13.0.fwinfo
|
|
80
84
|
metadata/raw/x86_64-13.3.fwinfo
|
|
81
|
-
metadata/raw/x86_64-14.
|
|
85
|
+
metadata/raw/x86_64-14.5.fwinfo
|
|
86
|
+
metadata/raw/x86_64-15.0.fwinfo
|
|
87
|
+
metadata/raw/x86_64-15.2.fwinfo
|