pyobjc-framework-AuthenticationServices 10.2__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.
Files changed (92) hide show
  1. pyobjc_framework_authenticationservices-11.0/Lib/AuthenticationServices/__init__.py +106 -0
  2. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/AuthenticationServices/_metadata.py +264 -7
  3. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +5 -5
  4. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +9 -6
  5. pyobjc_framework_authenticationservices-11.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +3 -0
  6. pyobjc_framework_authenticationservices-11.0/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
  7. pyobjc_framework_authenticationservices-11.0/Modules/_AuthenticationServices.m +68 -0
  8. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Modules/pyobjc-api.h +1 -1
  9. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Modules/pyobjc-compat.h +80 -5
  10. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PKG-INFO +5 -5
  11. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationerror.py +9 -0
  12. pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py +17 -0
  13. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +41 -0
  14. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +8 -0
  15. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +1 -1
  16. pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py +10 -0
  17. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentitystore.py +3 -0
  18. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialproviderextensioncontext.py +8 -0
  19. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialrequest.py +4 -0
  20. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asextensionerrors.py +3 -0
  21. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_assettingshelper.py +8 -0
  22. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/AuthenticationServices.fwinfo +2 -0
  23. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/arm64-14.4.fwinfo → pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-14.5.fwinfo +200 -9
  24. pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-15.0.fwinfo +12634 -0
  25. pyobjc_framework_authenticationservices-11.0/metadata/raw/arm64-15.2.fwinfo +12708 -0
  26. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/x86_64-14.4.fwinfo → pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-14.5.fwinfo +200 -9
  27. pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-15.0.fwinfo +12634 -0
  28. pyobjc_framework_authenticationservices-11.0/metadata/raw/x86_64-15.2.fwinfo +12708 -0
  29. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/pyobjc_setup.py +121 -27
  30. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/setup.py +1 -3
  31. pyobjc-framework-AuthenticationServices-10.2/Lib/AuthenticationServices/__init__.py +0 -34
  32. pyobjc-framework-AuthenticationServices-10.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
  33. pyobjc-framework-AuthenticationServices-10.2/Modules/_AuthenticationServices.m +0 -43
  34. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/arm64-12.0.fwinfo +0 -5359
  35. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/arm64-13.0.fwinfo +0 -6921
  36. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/x86_64-12.0.fwinfo +0 -5359
  37. pyobjc-framework-AuthenticationServices-10.2/metadata/raw/x86_64-13.0.fwinfo +0 -6921
  38. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
  39. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
  40. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
  41. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/License.txt +0 -0
  42. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/MANIFEST.in +0 -0
  43. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/Modules/_AuthenticationServices_protocols.m +0 -0
  44. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/__init__.py +0 -0
  45. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorization.py +0 -0
  46. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
  47. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
  48. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
  49. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
  50. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationcredential.py +0 -0
  51. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
  52. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationprovider.py +0 -0
  53. /pyobjc-framework-AuthenticationServices-10.2/PyObjCTest/test_asAuthorizationproviderextensionauthorizationrequest.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py +0 -0
  54. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +0 -0
  55. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +0 -0
  56. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
  57. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
  58. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +0 -0
  59. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +0 -0
  60. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +0 -0
  61. /pyobjc-framework-AuthenticationServices-10.2/PyObjCTest/test_asauthorizationpublicKeycredentialregistration.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationpublickeycredentialregistration.py +0 -0
  62. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
  63. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
  64. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
  65. /pyobjc-framework-AuthenticationServices-10.2/PyObjCTest/test_ASAuthorizationSingleSignOnRequest.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_asauthorizationsinglesignonrequest.py +0 -0
  66. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +0 -0
  67. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +0 -0
  68. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +0 -0
  69. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py +0 -0
  70. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +0 -0
  71. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py +0 -0
  72. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascoseconstants.py +0 -0
  73. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentity.py +0 -0
  74. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
  75. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
  76. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aspublickeycredential.py +0 -0
  77. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aspublickeycredentialclientdata.py +0 -0
  78. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
  79. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsessioncallback.py +0 -0
  80. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
  81. /pyobjc-framework-AuthenticationServices-10.2/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py → /pyobjc_framework_authenticationservices-11.0/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py +0 -0
  82. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
  83. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/PyObjCTest/test_authenticationservices.py +0 -0
  84. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/metadata.ini +0 -0
  85. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/arm64-12.3.fwinfo +0 -0
  86. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/arm64-13.3.fwinfo +0 -0
  87. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  88. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  89. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  90. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  91. {pyobjc-framework-AuthenticationServices-10.2 → pyobjc_framework_authenticationservices-11.0}/pyproject.toml +0 -0
  92. {pyobjc-framework-AuthenticationServices-10.2 → 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: Sat Jan 27 09:21:01 2024
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$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$ASCredentialIdentityTypesPasskey@2$ASCredentialIdentityTypesPassword@1$ASCredentialRequestTypePasskeyAssertion@1$ASCredentialRequestTypePassword@0$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$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$"""
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(
@@ -62,10 +62,13 @@ misc.update(
62
62
  "ASAuthorizationProviderExtensionKeyType": NewType(
63
63
  "ASAuthorizationProviderExtensionKeyType", int
64
64
  ),
65
- "ASAuthorizationProviderExtensionRegistrationResult": NewType(
66
- "ASAuthorizationProviderExtensionRegistrationResult", int
65
+ "ASAuthorizationPublicKeyCredentialAttachment": NewType(
66
+ "ASAuthorizationPublicKeyCredentialAttachment", int
67
67
  ),
68
68
  "ASExtensionErrorCode": NewType("ASExtensionErrorCode", int),
69
+ "ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle": NewType(
70
+ "ASAuthorizationPlatformPublicKeyCredentialRegistrationRequestStyle", int
71
+ ),
69
72
  "ASAuthorizationProviderExtensionFederationType": NewType(
70
73
  "ASAuthorizationProviderExtensionFederationType", int
71
74
  ),
@@ -81,8 +84,8 @@ misc.update(
81
84
  "ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation": NewType(
82
85
  "ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation", int
83
86
  ),
84
- "ASAuthorizationPublicKeyCredentialAttachment": NewType(
85
- "ASAuthorizationPublicKeyCredentialAttachment", int
87
+ "ASAuthorizationProviderExtensionRegistrationResult": NewType(
88
+ "ASAuthorizationProviderExtensionRegistrationResult", int
86
89
  ),
87
90
  "ASUserDetectionStatus": NewType("ASUserDetectionStatus", int),
88
91
  "ASAuthorizationProviderExtensionRequestOptions": NewType(
@@ -113,11 +116,19 @@ misc.update(
113
116
  "ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransport": NewType(
114
117
  "ASAuthorizationSecurityKeyPublicKeyCredentialDescriptorTransport", str
115
118
  ),
119
+ "ASAuthorizationProviderExtensionEncryptionAlgorithm": NewType(
120
+ "ASAuthorizationProviderExtensionEncryptionAlgorithm",
121
+ objc.lookUpClass("NSNumber"),
122
+ ),
116
123
  "ASAuthorizationScope": NewType("ASAuthorizationScope", str),
117
124
  "ASAuthorizationPublicKeyCredentialResidentKeyPreference": NewType(
118
125
  "ASAuthorizationPublicKeyCredentialResidentKeyPreference", str
119
126
  ),
120
127
  "ASCOSEEllipticCurveIdentifier": NewType("ASCOSEEllipticCurveIdentifier", int),
128
+ "ASAuthorizationProviderExtensionSigningAlgorithm": NewType(
129
+ "ASAuthorizationProviderExtensionSigningAlgorithm",
130
+ objc.lookUpClass("NSNumber"),
131
+ ),
121
132
  "ASAuthorizationPublicKeyCredentialAttestationKind": NewType(
122
133
  "ASAuthorizationPublicKeyCredentialAttestationKind", str
123
134
  ),
@@ -375,6 +386,21 @@ try:
375
386
  b"isSupported",
376
387
  {"retval": {"type": b"Z"}},
377
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
+ )
378
404
  r(
379
405
  b"ASAuthorizationSingleSignOnProvider",
380
406
  b"canPerformAuthorization",
@@ -592,6 +618,20 @@ try:
592
618
  }
593
619
  },
594
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
+ )
595
635
  r(
596
636
  b"ASCredentialProviderExtensionContext",
597
637
  b"completeRegistrationRequestWithSelectedPasskeyCredential:completionHandler:",
@@ -662,6 +702,20 @@ try:
662
702
  }
663
703
  },
664
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
+ )
665
719
  r(b"ASWebAuthenticationSession", b"canStart", {"retval": {"type": "Z"}})
666
720
  r(
667
721
  b"ASWebAuthenticationSession",
@@ -862,6 +916,20 @@ try:
862
916
  b"createCredentialAssertionRequestWithClientData:",
863
917
  {"required": True, "retval": {"type": b"@"}, "arguments": {2: {"type": b"@"}}},
864
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
+ )
865
933
  r(
866
934
  b"NSObject",
867
935
  b"createCredentialRegistrationRequestWithClientData:name:userID:",
@@ -871,10 +939,44 @@ try:
871
939
  "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}, 4: {"type": b"@"}},
872
940
  },
873
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
+ )
874
956
  r(b"NSObject", b"credentialID", {"required": True, "retval": {"type": b"@"}})
875
957
  r(b"NSObject", b"credentialIdentity", {"required": True, "retval": {"type": b"@"}})
876
958
  r(b"NSObject", b"displayName", {"required": True, "retval": {"type": b"@"}})
877
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
+ )
878
980
  r(b"NSObject", b"name", {"required": True, "retval": {"type": b"@"}})
879
981
  r(
880
982
  b"NSObject",
@@ -992,11 +1094,26 @@ try:
992
1094
  {"required": True, "retval": {"type": b"Z"}},
993
1095
  )
994
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
+ )
995
1107
  r(
996
1108
  b"NSObject",
997
1109
  b"supportedGrantTypes",
998
1110
  {"required": False, "retval": {"type": b"q"}},
999
1111
  )
1112
+ r(
1113
+ b"NSObject",
1114
+ b"supportedUserSecureEnclaveKeySigningAlgorithms",
1115
+ {"required": False, "retval": {"type": b"@"}},
1116
+ )
1000
1117
  r(b"NSObject", b"type", {"required": True, "retval": {"type": b"q"}})
1001
1118
  r(b"NSObject", b"user", {"required": True, "retval": {"type": b"@"}})
1002
1119
  r(b"NSObject", b"userID", {"required": True, "retval": {"type": b"@"}})
@@ -1007,6 +1124,146 @@ try:
1007
1124
  )
1008
1125
  finally:
1009
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
+ )
1010
1267
  expressions = {}
1011
1268
 
1012
1269
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 10.2
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.8
31
+ Requires-Python: >=3.9
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.2
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,6 +43,7 @@ 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
@@ -70,15 +73,15 @@ PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py
70
73
  PyObjCTest/test_authenticationservices.py
71
74
  metadata/AuthenticationServices.fwinfo
72
75
  metadata/metadata.ini
73
- metadata/raw/arm64-12.0.fwinfo
74
76
  metadata/raw/arm64-12.3.fwinfo
75
- metadata/raw/arm64-13.0.fwinfo
76
77
  metadata/raw/arm64-13.3.fwinfo
77
- metadata/raw/arm64-14.4.fwinfo
78
+ metadata/raw/arm64-14.5.fwinfo
79
+ metadata/raw/arm64-15.0.fwinfo
80
+ metadata/raw/arm64-15.2.fwinfo
78
81
  metadata/raw/x86_64-10.15.fwinfo
79
82
  metadata/raw/x86_64-10.16.fwinfo
80
- metadata/raw/x86_64-12.0.fwinfo
81
83
  metadata/raw/x86_64-12.3.fwinfo
82
- metadata/raw/x86_64-13.0.fwinfo
83
84
  metadata/raw/x86_64-13.3.fwinfo
84
- metadata/raw/x86_64-14.4.fwinfo
85
+ metadata/raw/x86_64-14.5.fwinfo
86
+ metadata/raw/x86_64-15.0.fwinfo
87
+ metadata/raw/x86_64-15.2.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 15.3 (24D5040f)
2
+ Apple clang version 16.0.0 (clang-1600.0.26.6)
3
+ SDK: macOS 15.2
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=11.0
2
+ pyobjc-framework-Cocoa>=11.0
@@ -0,0 +1,68 @@
1
+ #define PY_SSIZE_T_CLEAN
2
+ #include "Python.h"
3
+ #include "pyobjc-api.h"
4
+
5
+ #import <AuthenticationServices/AuthenticationServices.h>
6
+ #import <Foundation/Foundation.h>
7
+
8
+ /* We include the source code here instead of
9
+ * using the linker due to limitations in pyobjc-api.h
10
+ */
11
+ #include "_AuthenticationServices_protocols.m"
12
+
13
+ static PyMethodDef mod_methods[] = {
14
+ {0, 0, 0, 0} /* sentinel */
15
+ };
16
+
17
+
18
+ static int mod_exec_module(PyObject* m)
19
+ {
20
+ return 0;
21
+ }
22
+
23
+ static struct PyModuleDef_Slot mod_slots[] = {
24
+ {
25
+ .slot = Py_mod_exec,
26
+ .value = (void*)mod_exec_module
27
+ },
28
+ #if PY_VERSION_HEX >= 0x030c0000
29
+ {
30
+ /* This extension does not use the CPython API other than initializing
31
+ * the module, hence is safe with subinterpreters and per-interpreter
32
+ * GILs
33
+ */
34
+ .slot = Py_mod_multiple_interpreters,
35
+ .value = Py_MOD_PER_INTERPRETER_GIL_SUPPORTED,
36
+ },
37
+ #endif
38
+ #if PY_VERSION_HEX >= 0x030d0000
39
+ {
40
+ /* The code in this extension should be safe to use without the GIL */
41
+ .slot = Py_mod_gil,
42
+ .value = Py_MOD_GIL_NOT_USED,
43
+ },
44
+ #endif
45
+ { /* Sentinel */
46
+ .slot = 0,
47
+ .value = 0
48
+ }
49
+ };
50
+
51
+ static struct PyModuleDef mod_module = {
52
+ .m_base = PyModuleDef_HEAD_INIT,
53
+ .m_name = "_AuthenticationServices",
54
+ .m_doc = NULL,
55
+ .m_size = 0,
56
+ .m_methods = mod_methods,
57
+ .m_slots = mod_slots,
58
+ .m_traverse = NULL,
59
+ .m_clear = NULL,
60
+ .m_free = NULL,
61
+ };
62
+
63
+ PyObject* PyInit__AuthenticationServices(void);
64
+
65
+ PyObject* __attribute__((__visibility__("default"))) PyInit__AuthenticationServices(void)
66
+ {
67
+ return PyModuleDef_Init(&mod_module);
68
+ }
@@ -83,7 +83,7 @@ struct pyobjc_api {
83
83
  PyObject* _Nullable (*_Nonnull unsupported_method_caller)(
84
84
  PyObject* _Nonnull, PyObject* _Nonnull, PyObject* _Nonnull const* _Nonnull,
85
85
  size_t);
86
- void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state);
86
+ void (*_Nonnull err_python_to_objc_gil)(PyGILState_STATE* _Nonnull state) __attribute__((__noreturn__));
87
87
  int (*_Nonnull simplify_sig)(const char* signature, char* buf, size_t buflen);
88
88
  void (*_Nonnull free_c_array)(int, Py_buffer*);
89
89
  int (*_Nonnull py_to_c_array)(BOOL, BOOL, const char* _Nonnull, PyObject* _Nonnull,