pyobjc-framework-AuthenticationServices 12.1__tar.gz → 12.2__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 (77) hide show
  1. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/AuthenticationServices/__init__.py +2 -0
  2. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/AuthenticationServices/_metadata.py +158 -3
  3. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +3 -3
  4. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +2 -2
  5. pyobjc_framework_authenticationservices-12.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +3 -0
  6. pyobjc_framework_authenticationservices-12.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
  7. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Modules/pyobjc-compat.h +5 -2
  8. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PKG-INFO +3 -3
  9. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +1 -1
  10. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialserviceidentifier.py +1 -0
  11. pyobjc_framework_authenticationservices-12.1/metadata/raw/arm64-26.1.fwinfo → pyobjc_framework_authenticationservices-12.2/metadata/raw/arm64-26.5.fwinfo +4545 -179
  12. pyobjc_framework_authenticationservices-12.1/metadata/raw/x86_64-26.1.fwinfo → pyobjc_framework_authenticationservices-12.2/metadata/raw/x86_64-26.5.fwinfo +4545 -179
  13. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/setup.py +1 -1
  14. pyobjc_framework_authenticationservices-12.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +0 -3
  15. pyobjc_framework_authenticationservices-12.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
  16. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
  17. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
  18. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
  19. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/License.txt +0 -0
  20. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/MANIFEST.in +0 -0
  21. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Modules/_AuthenticationServices.m +0 -0
  22. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Modules/_AuthenticationServices_protocols.m +0 -0
  23. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/Modules/pyobjc-api.h +0 -0
  24. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/__init__.py +0 -0
  25. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorization.py +0 -0
  26. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
  27. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
  28. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
  29. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
  30. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationcredential.py +0 -0
  31. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationerror.py +0 -0
  32. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
  33. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py +0 -0
  34. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationprovider.py +0 -0
  35. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py +0 -0
  36. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +0 -0
  37. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +0 -0
  38. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +0 -0
  39. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +0 -0
  40. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
  41. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
  42. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +0 -0
  43. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +0 -0
  44. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +0 -0
  45. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +0 -0
  46. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentialregistration.py +0 -0
  47. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
  48. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py +0 -0
  49. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
  50. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
  51. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationsinglesignonrequest.py +0 -0
  52. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +0 -0
  53. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +0 -0
  54. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +0 -0
  55. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py +0 -0
  56. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py +0 -0
  57. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascoseconstants.py +0 -0
  58. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialidentity.py +0 -0
  59. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialidentitystore.py +0 -0
  60. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
  61. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialproviderextensioncontext.py +0 -0
  62. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_ascredentialrequest.py +0 -0
  63. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_asextensionerrors.py +0 -0
  64. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aspublickeycredential.py +0 -0
  65. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aspublickeycredentialclientdata.py +0 -0
  66. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_assettingshelper.py +0 -0
  67. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
  68. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aswebauthenticationsessioncallback.py +0 -0
  69. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
  70. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py +0 -0
  71. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
  72. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/PyObjCTest/test_authenticationservices.py +0 -0
  73. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/metadata/AuthenticationServices.fwinfo +0 -0
  74. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/metadata/metadata.ini +0 -0
  75. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/pyobjc_setup.py +0 -0
  76. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/pyproject.toml +0 -0
  77. {pyobjc_framework_authenticationservices-12.1 → pyobjc_framework_authenticationservices-12.2}/setup.cfg +0 -0
@@ -97,6 +97,8 @@ def _setup():
97
97
  ("ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput", b"new"),
98
98
  ("ASAuthorizationPublicKeyCredentialParameters", b"init"),
99
99
  ("ASAuthorizationPublicKeyCredentialParameters", b"new"),
100
+ ("ASGeneratedPassword", b"init"),
101
+ ("ASGeneratedPassword", b"new"),
100
102
  ):
101
103
  objc.registerUnavailableMethod(cls, sel)
102
104
 
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sun Oct 26 11:02:36 2025
3
+ # Last update: Sun May 24 11:42:38 2026
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -30,13 +30,14 @@ else:
30
30
 
31
31
 
32
32
  misc = {}
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$ASAuthorizationErrorDeviceNotConfiguredForPasskeyCreation@1010$ASAuthorizationErrorFailed@1004$ASAuthorizationErrorInvalidResponse@1002$ASAuthorizationErrorMatchedExcludedCredential@1006$ASAuthorizationErrorNotHandled@1003$ASAuthorizationErrorNotInteractive@1005$ASAuthorizationErrorPreferSignInWithApple@1009$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$ASAuthorizationProviderExtensionRequestOptionsSetupAssistant@64$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$"""
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$ASGeneratedPasswordKindAlphanumeric$ASGeneratedPasswordKindPassphrase$ASGeneratedPasswordKindStrong$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$ASAuthorizationErrorDeviceNotConfiguredForPasskeyCreation@1010$ASAuthorizationErrorFailed@1004$ASAuthorizationErrorInvalidResponse@1002$ASAuthorizationErrorMatchedExcludedCredential@1006$ASAuthorizationErrorNotHandled@1003$ASAuthorizationErrorNotInteractive@1005$ASAuthorizationErrorPreferSignInWithApple@1009$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$ASAuthorizationProviderExtensionRequestOptionsSetupAssistant@64$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$ASCredentialServiceIdentifierTypeApp@2$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$ASExtensionErrorCodeMatchedExcludedCredential@102$ASExtensionErrorCodeUserCanceled@1$ASExtensionErrorCodeUserInteractionRequired@100$ASPublicKeyCredentialClientDataCrossOriginValueCrossOrigin@1$ASPublicKeyCredentialClientDataCrossOriginValueNotSet@0$ASPublicKeyCredentialClientDataCrossOriginValueSameOriginWithAncestors@2$ASSavePasswordRequestEventFormDidDisappear@1$ASSavePasswordRequestEventGeneratedPasswordFilled@2$ASSavePasswordRequestEventUserInitiated@0$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(
38
38
  "ASAuthorizationProviderExtensionAuthenticationMethod", int
39
39
  ),
40
+ "ASSavePasswordRequestEvent": NewType("ASSavePasswordRequestEvent", int),
40
41
  "ASAuthorizationProviderExtensionPlatformSSOProtocolVersion": NewType(
41
42
  "ASAuthorizationProviderExtensionPlatformSSOProtocolVersion", int
42
43
  ),
@@ -662,6 +663,20 @@ try:
662
663
  }
663
664
  },
664
665
  )
666
+ r(
667
+ b"ASCredentialProviderExtensionContext",
668
+ b"completeGeneratePasswordRequestWithResults:completionHandler:",
669
+ {
670
+ "arguments": {
671
+ 3: {
672
+ "callable": {
673
+ "retval": {"type": b"v"},
674
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
675
+ }
676
+ }
677
+ }
678
+ },
679
+ )
665
680
  r(
666
681
  b"ASCredentialProviderExtensionContext",
667
682
  b"completeOneTimeCodeRequestWithSelectedCredential:completionHandler:",
@@ -718,6 +733,20 @@ try:
718
733
  }
719
734
  },
720
735
  )
736
+ r(
737
+ b"ASCredentialProviderExtensionContext",
738
+ b"completeSavePasswordRequestWithCompletionHandler:",
739
+ {
740
+ "arguments": {
741
+ 2: {
742
+ "callable": {
743
+ "retval": {"type": b"v"},
744
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
745
+ }
746
+ }
747
+ }
748
+ },
749
+ )
721
750
  r(
722
751
  b"ASSettingsHelper",
723
752
  b"openCredentialProviderAppSettingsWithCompletionHandler:",
@@ -1214,20 +1243,41 @@ objc.registerNewKeywordsFromSelector(
1214
1243
  "ASAccountAuthenticationModificationUpgradePasswordToStrongPasswordRequest",
1215
1244
  b"initWithUser:serviceIdentifier:userInfo:",
1216
1245
  )
1246
+ objc.registerNewKeywordsFromSelector("ASAuthorization", b"init")
1217
1247
  objc.registerNewKeywordsFromSelector(
1218
1248
  "ASAuthorizationAppleIDButton",
1219
1249
  b"initWithAuthorizationButtonType:authorizationButtonStyle:",
1220
1250
  )
1251
+ objc.registerNewKeywordsFromSelector("ASAuthorizationAppleIDCredential", b"init")
1252
+ objc.registerNewKeywordsFromSelector("ASAuthorizationController", b"init")
1221
1253
  objc.registerNewKeywordsFromSelector(
1222
1254
  "ASAuthorizationController", b"initWithAuthorizationRequests:"
1223
1255
  )
1256
+ objc.registerNewKeywordsFromSelector(
1257
+ "ASAuthorizationPlatformPublicKeyCredentialAssertion", b"init"
1258
+ )
1259
+ objc.registerNewKeywordsFromSelector(
1260
+ "ASAuthorizationPlatformPublicKeyCredentialAssertionRequest", b"init"
1261
+ )
1262
+ objc.registerNewKeywordsFromSelector(
1263
+ "ASAuthorizationPlatformPublicKeyCredentialDescriptor", b"init"
1264
+ )
1224
1265
  objc.registerNewKeywordsFromSelector(
1225
1266
  "ASAuthorizationPlatformPublicKeyCredentialDescriptor", b"initWithCredentialID:"
1226
1267
  )
1268
+ objc.registerNewKeywordsFromSelector(
1269
+ "ASAuthorizationPlatformPublicKeyCredentialProvider", b"init"
1270
+ )
1227
1271
  objc.registerNewKeywordsFromSelector(
1228
1272
  "ASAuthorizationPlatformPublicKeyCredentialProvider",
1229
1273
  b"initWithRelyingPartyIdentifier:",
1230
1274
  )
1275
+ objc.registerNewKeywordsFromSelector(
1276
+ "ASAuthorizationPlatformPublicKeyCredentialRegistration", b"init"
1277
+ )
1278
+ objc.registerNewKeywordsFromSelector(
1279
+ "ASAuthorizationPlatformPublicKeyCredentialRegistrationRequest", b"init"
1280
+ )
1231
1281
  objc.registerNewKeywordsFromSelector(
1232
1282
  "ASAuthorizationProviderExtensionAuthorizationResult",
1233
1283
  b"initWithHTTPAuthorizationHeaders:",
@@ -1236,16 +1286,34 @@ objc.registerNewKeywordsFromSelector(
1236
1286
  "ASAuthorizationProviderExtensionAuthorizationResult",
1237
1287
  b"initWithHTTPResponse:httpBody:",
1238
1288
  )
1289
+ objc.registerNewKeywordsFromSelector(
1290
+ "ASAuthorizationProviderExtensionLoginConfiguration", b"init"
1291
+ )
1239
1292
  objc.registerNewKeywordsFromSelector(
1240
1293
  "ASAuthorizationProviderExtensionLoginConfiguration",
1241
1294
  b"initWithClientID:issuer:tokenEndpointURL:jwksEndpointURL:audience:",
1242
1295
  )
1296
+ objc.registerNewKeywordsFromSelector(
1297
+ "ASAuthorizationProviderExtensionLoginManager", b"init"
1298
+ )
1299
+ objc.registerNewKeywordsFromSelector(
1300
+ "ASAuthorizationProviderExtensionUserLoginConfiguration", b"init"
1301
+ )
1243
1302
  objc.registerNewKeywordsFromSelector(
1244
1303
  "ASAuthorizationProviderExtensionUserLoginConfiguration", b"initWithLoginUserName:"
1245
1304
  )
1305
+ objc.registerNewKeywordsFromSelector(
1306
+ "ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput", b"init"
1307
+ )
1246
1308
  objc.registerNewKeywordsFromSelector(
1247
1309
  "ASAuthorizationPublicKeyCredentialLargeBlobAssertionInput", b"initWithOperation:"
1248
1310
  )
1311
+ objc.registerNewKeywordsFromSelector(
1312
+ "ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput", b"init"
1313
+ )
1314
+ objc.registerNewKeywordsFromSelector(
1315
+ "ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput", b"init"
1316
+ )
1249
1317
  objc.registerNewKeywordsFromSelector(
1250
1318
  "ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput",
1251
1319
  b"initWithSupportRequirement:",
@@ -1261,25 +1329,63 @@ objc.registerNewKeywordsFromSelector(
1261
1329
  objc.registerNewKeywordsFromSelector(
1262
1330
  "ASAuthorizationPublicKeyCredentialPRFRegistrationInput", b"initWithInputValues:"
1263
1331
  )
1332
+ objc.registerNewKeywordsFromSelector(
1333
+ "ASAuthorizationPublicKeyCredentialParameters", b"init"
1334
+ )
1264
1335
  objc.registerNewKeywordsFromSelector(
1265
1336
  "ASAuthorizationPublicKeyCredentialParameters", b"initWithAlgorithm:"
1266
1337
  )
1338
+ objc.registerNewKeywordsFromSelector("ASAuthorizationRequest", b"init")
1339
+ objc.registerNewKeywordsFromSelector(
1340
+ "ASAuthorizationSecurityKeyPublicKeyCredentialAssertion", b"init"
1341
+ )
1342
+ objc.registerNewKeywordsFromSelector(
1343
+ "ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor", b"init"
1344
+ )
1267
1345
  objc.registerNewKeywordsFromSelector(
1268
1346
  "ASAuthorizationSecurityKeyPublicKeyCredentialDescriptor",
1269
1347
  b"initWithCredentialID:transports:",
1270
1348
  )
1349
+ objc.registerNewKeywordsFromSelector(
1350
+ "ASAuthorizationSecurityKeyPublicKeyCredentialProvider", b"init"
1351
+ )
1271
1352
  objc.registerNewKeywordsFromSelector(
1272
1353
  "ASAuthorizationSecurityKeyPublicKeyCredentialProvider",
1273
1354
  b"initWithRelyingPartyIdentifier:",
1274
1355
  )
1356
+ objc.registerNewKeywordsFromSelector(
1357
+ "ASAuthorizationSecurityKeyPublicKeyCredentialRegistrationRequest", b"init"
1358
+ )
1359
+ objc.registerNewKeywordsFromSelector("ASAuthorizationSingleSignOnCredential", b"init")
1360
+ objc.registerNewKeywordsFromSelector("ASAuthorizationSingleSignOnProvider", b"init")
1361
+ objc.registerNewKeywordsFromSelector(
1362
+ "ASAuthorizationWebBrowserPlatformPublicKeyCredential", b"init"
1363
+ )
1364
+ objc.registerNewKeywordsFromSelector(
1365
+ "ASAuthorizationWebBrowserPublicKeyCredentialManager", b"init"
1366
+ )
1367
+ objc.registerNewKeywordsFromSelector("ASCredentialIdentityStore", b"init")
1275
1368
  objc.registerNewKeywordsFromSelector(
1276
1369
  "ASCredentialServiceIdentifier", b"initWithIdentifier:type:"
1277
1370
  )
1371
+ objc.registerNewKeywordsFromSelector(
1372
+ "ASCredentialServiceIdentifier", b"initWithIdentifier:type:displayName:"
1373
+ )
1374
+ objc.registerNewKeywordsFromSelector("ASGeneratePasswordsRequest", b"init")
1375
+ objc.registerNewKeywordsFromSelector(
1376
+ "ASGeneratePasswordsRequest",
1377
+ b"initWithServiceIdentifier:passwordFieldPasswordRules:confirmPasswordFieldPasswordRules:passwordRulesFromQuirks:",
1378
+ )
1379
+ objc.registerNewKeywordsFromSelector("ASGeneratedPassword", b"init")
1380
+ objc.registerNewKeywordsFromSelector("ASGeneratedPassword", b"initWithKind:value:")
1381
+ objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredential", b"init")
1278
1382
  objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredential", b"initWithCode:")
1383
+ objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredentialIdentity", b"init")
1279
1384
  objc.registerNewKeywordsFromSelector(
1280
1385
  "ASOneTimeCodeCredentialIdentity",
1281
1386
  b"initWithServiceIdentifier:label:recordIdentifier:",
1282
1387
  )
1388
+ objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredentialRequest", b"init")
1283
1389
  objc.registerNewKeywordsFromSelector(
1284
1390
  "ASOneTimeCodeCredentialRequest", b"initWithCredentialIdentity:"
1285
1391
  )
@@ -1291,13 +1397,18 @@ objc.registerNewKeywordsFromSelector(
1291
1397
  "ASPasskeyAssertionCredential",
1292
1398
  b"initWithUserHandle:relyingParty:signature:clientDataHash:authenticatorData:credentialID:extensionOutput:",
1293
1399
  )
1400
+ objc.registerNewKeywordsFromSelector(
1401
+ "ASPasskeyAssertionCredentialExtensionInput", b"init"
1402
+ )
1294
1403
  objc.registerNewKeywordsFromSelector(
1295
1404
  "ASPasskeyAssertionCredentialExtensionOutput", b"initWithLargeBlobOutput:"
1296
1405
  )
1406
+ objc.registerNewKeywordsFromSelector("ASPasskeyCredentialIdentity", b"init")
1297
1407
  objc.registerNewKeywordsFromSelector(
1298
1408
  "ASPasskeyCredentialIdentity",
1299
1409
  b"initWithRelyingPartyIdentifier:userName:credentialID:userHandle:recordIdentifier:",
1300
1410
  )
1411
+ objc.registerNewKeywordsFromSelector("ASPasskeyCredentialRequest", b"init")
1301
1412
  objc.registerNewKeywordsFromSelector(
1302
1413
  "ASPasskeyCredentialRequest",
1303
1414
  b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:",
@@ -1310,6 +1421,7 @@ objc.registerNewKeywordsFromSelector(
1310
1421
  "ASPasskeyCredentialRequest",
1311
1422
  b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:registrationExtensionInput:",
1312
1423
  )
1424
+ objc.registerNewKeywordsFromSelector("ASPasskeyCredentialRequestParameters", b"init")
1313
1425
  objc.registerNewKeywordsFromSelector(
1314
1426
  "ASPasskeyRegistrationCredential",
1315
1427
  b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:",
@@ -1318,25 +1430,68 @@ objc.registerNewKeywordsFromSelector(
1318
1430
  "ASPasskeyRegistrationCredential",
1319
1431
  b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:extensionOutput:",
1320
1432
  )
1433
+ objc.registerNewKeywordsFromSelector(
1434
+ "ASPasskeyRegistrationCredentialExtensionInput", b"init"
1435
+ )
1321
1436
  objc.registerNewKeywordsFromSelector(
1322
1437
  "ASPasskeyRegistrationCredentialExtensionOutput", b"initWithLargeBlobOutput:"
1323
1438
  )
1324
1439
  objc.registerNewKeywordsFromSelector("ASPasswordCredential", b"initWithUser:password:")
1440
+ objc.registerNewKeywordsFromSelector("ASPasswordCredentialIdentity", b"init")
1325
1441
  objc.registerNewKeywordsFromSelector(
1326
1442
  "ASPasswordCredentialIdentity", b"initWithServiceIdentifier:user:recordIdentifier:"
1327
1443
  )
1444
+ objc.registerNewKeywordsFromSelector("ASPasswordCredentialRequest", b"init")
1328
1445
  objc.registerNewKeywordsFromSelector(
1329
1446
  "ASPasswordCredentialRequest", b"initWithCredentialIdentity:"
1330
1447
  )
1448
+ objc.registerNewKeywordsFromSelector("ASPublicKeyCredentialClientData", b"init")
1331
1449
  objc.registerNewKeywordsFromSelector(
1332
1450
  "ASPublicKeyCredentialClientData", b"initWithChallenge:origin:"
1333
1451
  )
1452
+ objc.registerNewKeywordsFromSelector("ASSavePasswordRequest", b"init")
1453
+ objc.registerNewKeywordsFromSelector(
1454
+ "ASSavePasswordRequest", b"initWithServiceIdentifier:credential:sessionID:event:"
1455
+ )
1456
+ objc.registerNewKeywordsFromSelector(
1457
+ "ASSavePasswordRequest",
1458
+ b"initWithServiceIdentifier:credential:sessionID:event:passwordKind:",
1459
+ )
1460
+ objc.registerNewKeywordsFromSelector(
1461
+ "ASSavePasswordRequest",
1462
+ b"initWithServiceIdentifier:credential:title:sessionID:event:",
1463
+ )
1464
+ objc.registerNewKeywordsFromSelector(
1465
+ "ASSavePasswordRequest",
1466
+ b"initWithServiceIdentifier:credential:title:sessionID:event:passwordKind:",
1467
+ )
1468
+ objc.registerNewKeywordsFromSelector("ASSettingsHelper", b"init")
1469
+ objc.registerNewKeywordsFromSelector("ASWebAuthenticationSession", b"init")
1334
1470
  objc.registerNewKeywordsFromSelector(
1335
1471
  "ASWebAuthenticationSession", b"initWithURL:callback:completionHandler:"
1336
1472
  )
1337
1473
  objc.registerNewKeywordsFromSelector(
1338
1474
  "ASWebAuthenticationSession", b"initWithURL:callbackURLScheme:completionHandler:"
1339
1475
  )
1476
+ objc.registerNewKeywordsFromSelector("ASWebAuthenticationSessionCallback", b"init")
1477
+ objc.registerNewKeywordsFromSelector("ASWebAuthenticationSessionRequest", b"init")
1478
+
1479
+ objc.registerNewKeywords(
1480
+ "ASAuthorizationAppleIDButton", ("type", "style"), "buttonWithType_style_"
1481
+ )
1482
+ objc.registerNewKeywords(
1483
+ "ASAuthorizationSingleSignOnProvider",
1484
+ ("identityProviderURL",),
1485
+ "authorizationProviderWithIdentityProviderURL_",
1486
+ )
1487
+ objc.registerNewKeywords(
1488
+ "ASWebAuthenticationSessionCallback", ("customScheme",), "callbackWithCustomScheme_"
1489
+ )
1490
+ objc.registerNewKeywords(
1491
+ "ASWebAuthenticationSessionCallback",
1492
+ ("HTTPSHost", "path"),
1493
+ "callbackWithHTTPSHost_path_",
1494
+ )
1340
1495
  expressions = {}
1341
1496
 
1342
1497
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.10
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=12.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=12.1
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
35
  Dynamic: author
36
36
  Dynamic: author-email
37
37
  Dynamic: classifier
@@ -73,5 +73,5 @@ PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py
73
73
  PyObjCTest/test_authenticationservices.py
74
74
  metadata/AuthenticationServices.fwinfo
75
75
  metadata/metadata.ini
76
- metadata/raw/arm64-26.1.fwinfo
77
- metadata/raw/x86_64-26.1.fwinfo
76
+ metadata/raw/arm64-26.5.fwinfo
77
+ metadata/raw/x86_64-26.5.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 26.5 (25F71)
2
+ Apple clang version 21.0.0 (clang-2100.1.1.101)
3
+ SDK: macOS 26.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=12.2
2
+ pyobjc-framework-Cocoa>=12.2
@@ -57,8 +57,6 @@ NS_ASSUME_NONNULL_BEGIN
57
57
  /*
58
58
  *
59
59
  * Start of compiler support helpers
60
- *
61
- * XXX: Are these needed?
62
60
  */
63
61
 
64
62
  #define unlikely(x) __builtin_expect(!!(x), 0)
@@ -363,6 +361,11 @@ PyUnstable_TryIncRef(PyObject* op __attribute__((__unused__)))
363
361
  }
364
362
  #endif
365
363
 
364
+ #if PY_VERSION_HEX < 0x030f00a7
365
+ #define PyAnyDict_CheckExact PyDict_CheckExact
366
+ #define PyAnyDict_Check PyDict_Check
367
+ #endif
368
+
366
369
  NS_ASSUME_NONNULL_END
367
370
 
368
371
  #endif /* PyObjC_COMPAT_H */
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 12.1
3
+ Version: 12.2
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -30,8 +30,8 @@ Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
31
  Requires-Python: >=3.10
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=12.1
34
- Requires-Dist: pyobjc-framework-Cocoa>=12.1
33
+ Requires-Dist: pyobjc-core>=12.2
34
+ Requires-Dist: pyobjc-framework-Cocoa>=12.2
35
35
  Dynamic: author
36
36
  Dynamic: author-email
37
37
  Dynamic: classifier
@@ -45,5 +45,5 @@ class TestASAuthorizationWebBrowserPublicKeyCredentialManager(TestCase):
45
45
  self.assertArgIsBlock(
46
46
  AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.platformCredentialsForRelyingParty_completionHandler_,
47
47
  1,
48
- b"vZ",
48
+ b"v@",
49
49
  )
@@ -11,3 +11,4 @@ class TestASCredentialServiceIdentifier(TestCase):
11
11
  AuthenticationServices.ASCredentialServiceIdentifierTypeDomain, 0
12
12
  )
13
13
  self.assertEqual(AuthenticationServices.ASCredentialServiceIdentifierTypeURL, 1)
14
+ self.assertEqual(AuthenticationServices.ASCredentialServiceIdentifierTypeApp, 2)