pyobjc-framework-AuthenticationServices 10.3.2__tar.gz → 11.1__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 (86) hide show
  1. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/AuthenticationServices/_metadata.py +182 -7
  2. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +19 -8
  3. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +5 -1
  4. pyobjc_framework_authenticationservices-11.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/pyobjc-build-info.txt +3 -0
  5. pyobjc_framework_authenticationservices-11.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
  6. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/License.txt +1 -1
  7. pyobjc_framework_authenticationservices-11.1/Modules/_AuthenticationServices.m +68 -0
  8. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Modules/pyobjc-api.h +1 -1
  9. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Modules/pyobjc-compat.h +175 -7
  10. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PKG-INFO +19 -8
  11. pyobjc_framework_authenticationservices-11.1/PyObjCTest/__init__.py +1 -0
  12. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationerror.py +9 -0
  13. pyobjc_framework_authenticationservices-11.1/PyObjCTest/test_asauthorizationplatformpublickeycredentialregistrationrequest.py +17 -0
  14. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +41 -0
  15. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +13 -0
  16. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +8 -0
  17. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +1 -1
  18. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialidentitystore.py +3 -0
  19. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialproviderextensioncontext.py +8 -0
  20. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialrequest.py +4 -0
  21. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asextensionerrors.py +3 -0
  22. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_assettingshelper.py +8 -0
  23. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/AuthenticationServices.fwinfo +2 -0
  24. pyobjc_framework_authenticationservices-11.1/metadata/raw/arm64-15.4.fwinfo +12786 -0
  25. pyobjc_framework_authenticationservices-11.1/metadata/raw/x86_64-15.4.fwinfo +12786 -0
  26. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/pyobjc_setup.py +73 -53
  27. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/setup.py +1 -3
  28. pyobjc_framework_authenticationservices-10.3.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
  29. pyobjc_framework_authenticationservices-10.3.2/Modules/_AuthenticationServices.m +0 -45
  30. pyobjc_framework_authenticationservices-10.3.2/PyObjCTest/__init__.py +0 -1
  31. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/AuthenticationServices/__init__.py +0 -0
  32. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
  33. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
  34. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
  35. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/MANIFEST.in +0 -0
  36. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/Modules/_AuthenticationServices_protocols.m +0 -0
  37. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorization.py +0 -0
  38. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
  39. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
  40. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
  41. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
  42. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationcredential.py +0 -0
  43. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
  44. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationprovider.py +0 -0
  45. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py +0 -0
  46. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +0 -0
  47. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +0 -0
  48. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
  49. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +0 -0
  50. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +0 -0
  51. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +0 -0
  52. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentialregistration.py +0 -0
  53. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
  54. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialassertion.py +0 -0
  55. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
  56. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
  57. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationsinglesignonrequest.py +0 -0
  58. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +0 -0
  59. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +0 -0
  60. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +0 -0
  61. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentailregistrationrequest.py +0 -0
  62. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +0 -0
  63. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialprovider.py +0 -0
  64. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascoseconstants.py +0 -0
  65. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialidentity.py +0 -0
  66. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
  67. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
  68. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aspublickeycredential.py +0 -0
  69. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aspublickeycredentialclientdata.py +0 -0
  70. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
  71. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aswebauthenticationsessioncallback.py +0 -0
  72. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
  73. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionhandling.py +0 -0
  74. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
  75. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/PyObjCTest/test_authenticationservices.py +0 -0
  76. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/metadata.ini +0 -0
  77. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
  78. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
  79. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/arm64-14.5.fwinfo +0 -0
  80. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
  81. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
  82. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
  83. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
  84. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/metadata/raw/x86_64-14.5.fwinfo +0 -0
  85. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/pyproject.toml +0 -0
  86. {pyobjc_framework_authenticationservices-10.3.2 → pyobjc_framework_authenticationservices-11.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Sat May 18 09:17:35 2024
3
+ # Last update: Sat Mar 1 10:46:20 2025
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
  ),
@@ -287,6 +298,42 @@ try:
287
298
  b"setIncludePreviousRefreshTokenInLoginRequest:",
288
299
  {"arguments": {2: {"type": b"Z"}}},
289
300
  )
301
+ r(
302
+ b"ASAuthorizationProviderExtensionLoginManager",
303
+ b"attestKey:clientDataHash:completion:",
304
+ {
305
+ "arguments": {
306
+ 4: {
307
+ "callable": {
308
+ "retval": {"type": b"v"},
309
+ "arguments": {
310
+ 0: {"type": b"^v"},
311
+ 1: {"type": b"@"},
312
+ 2: {"type": b"@"},
313
+ },
314
+ }
315
+ }
316
+ }
317
+ },
318
+ )
319
+ r(
320
+ b"ASAuthorizationProviderExtensionLoginManager",
321
+ b"attestPendingKey:clientDataHash:completion:",
322
+ {
323
+ "arguments": {
324
+ 4: {
325
+ "callable": {
326
+ "retval": {"type": b"v"},
327
+ "arguments": {
328
+ 0: {"type": b"^v"},
329
+ 1: {"type": b"@"},
330
+ 2: {"type": b"@"},
331
+ },
332
+ }
333
+ }
334
+ }
335
+ },
336
+ )
290
337
  r(
291
338
  b"ASAuthorizationProviderExtensionLoginManager",
292
339
  b"copyIdentityForKeyType:",
@@ -375,6 +422,16 @@ try:
375
422
  b"isSupported",
376
423
  {"retval": {"type": b"Z"}},
377
424
  )
425
+ r(
426
+ b"ASAuthorizationPublicKeyCredentialPRFRegistrationInput",
427
+ b"shouldCheckForSupport",
428
+ {"retval": {"type": b"Z"}},
429
+ )
430
+ r(
431
+ b"ASAuthorizationPublicKeyCredentialPRFRegistrationOutput",
432
+ b"isSupported",
433
+ {"retval": {"type": b"Z"}},
434
+ )
378
435
  r(
379
436
  b"ASAuthorizationSecurityKeyPublicKeyCredentialAssertion",
380
437
  b"appID",
@@ -597,6 +654,20 @@ try:
597
654
  }
598
655
  },
599
656
  )
657
+ r(
658
+ b"ASCredentialProviderExtensionContext",
659
+ b"completeOneTimeCodeRequestWithSelectedCredential:completionHandler:",
660
+ {
661
+ "arguments": {
662
+ 3: {
663
+ "callable": {
664
+ "retval": {"type": b"v"},
665
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
666
+ }
667
+ }
668
+ }
669
+ },
670
+ )
600
671
  r(
601
672
  b"ASCredentialProviderExtensionContext",
602
673
  b"completeRegistrationRequestWithSelectedPasskeyCredential:completionHandler:",
@@ -667,6 +738,20 @@ try:
667
738
  }
668
739
  },
669
740
  )
741
+ r(
742
+ b"ASSettingsHelper",
743
+ b"requestToTurnOnCredentialProviderExtensionWithCompletionHandler:",
744
+ {
745
+ "arguments": {
746
+ 2: {
747
+ "callable": {
748
+ "retval": {"type": b"v"},
749
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
750
+ }
751
+ }
752
+ }
753
+ },
754
+ )
670
755
  r(b"ASWebAuthenticationSession", b"canStart", {"retval": {"type": "Z"}})
671
756
  r(
672
757
  b"ASWebAuthenticationSession",
@@ -890,10 +975,44 @@ try:
890
975
  "arguments": {2: {"type": b"@"}, 3: {"type": b"@"}, 4: {"type": b"@"}},
891
976
  },
892
977
  )
978
+ r(
979
+ b"NSObject",
980
+ b"createCredentialRegistrationRequestWithClientData:name:userID:requestStyle:",
981
+ {
982
+ "required": True,
983
+ "retval": {"type": b"@"},
984
+ "arguments": {
985
+ 2: {"type": b"@"},
986
+ 3: {"type": b"@"},
987
+ 4: {"type": b"@"},
988
+ 5: {"type": b"q"},
989
+ },
990
+ },
991
+ )
893
992
  r(b"NSObject", b"credentialID", {"required": True, "retval": {"type": b"@"}})
894
993
  r(b"NSObject", b"credentialIdentity", {"required": True, "retval": {"type": b"@"}})
895
994
  r(b"NSObject", b"displayName", {"required": True, "retval": {"type": b"@"}})
896
995
  r(b"NSObject", b"excludedCredentials", {"required": True, "retval": {"type": b"@"}})
996
+ r(
997
+ b"NSObject",
998
+ b"keyWillRotateForKeyType:newKey:loginManager:completion:",
999
+ {
1000
+ "required": False,
1001
+ "retval": {"type": b"v"},
1002
+ "arguments": {
1003
+ 2: {"type": b"q"},
1004
+ 3: {"type": b"^{__SecKey=}"},
1005
+ 4: {"type": b"@"},
1006
+ 5: {
1007
+ "callable": {
1008
+ "retval": {"type": b"v"},
1009
+ "arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
1010
+ },
1011
+ "type": b"@?",
1012
+ },
1013
+ },
1014
+ },
1015
+ )
897
1016
  r(b"NSObject", b"name", {"required": True, "retval": {"type": b"@"}})
898
1017
  r(
899
1018
  b"NSObject",
@@ -1011,11 +1130,26 @@ try:
1011
1130
  {"required": True, "retval": {"type": b"Z"}},
1012
1131
  )
1013
1132
  r(b"NSObject", b"signature", {"required": True, "retval": {"type": b"@"}})
1133
+ r(
1134
+ b"NSObject",
1135
+ b"supportedDeviceEncryptionAlgorithms",
1136
+ {"required": False, "retval": {"type": b"@"}},
1137
+ )
1138
+ r(
1139
+ b"NSObject",
1140
+ b"supportedDeviceSigningAlgorithms",
1141
+ {"required": False, "retval": {"type": b"@"}},
1142
+ )
1014
1143
  r(
1015
1144
  b"NSObject",
1016
1145
  b"supportedGrantTypes",
1017
1146
  {"required": False, "retval": {"type": b"q"}},
1018
1147
  )
1148
+ r(
1149
+ b"NSObject",
1150
+ b"supportedUserSecureEnclaveKeySigningAlgorithms",
1151
+ {"required": False, "retval": {"type": b"@"}},
1152
+ )
1019
1153
  r(b"NSObject", b"type", {"required": True, "retval": {"type": b"q"}})
1020
1154
  r(b"NSObject", b"user", {"required": True, "retval": {"type": b"@"}})
1021
1155
  r(b"NSObject", b"userID", {"required": True, "retval": {"type": b"@"}})
@@ -1079,6 +1213,17 @@ objc.registerNewKeywordsFromSelector(
1079
1213
  "ASAuthorizationPublicKeyCredentialLargeBlobRegistrationInput",
1080
1214
  b"initWithSupportRequirement:",
1081
1215
  )
1216
+ objc.registerNewKeywordsFromSelector(
1217
+ "ASAuthorizationPublicKeyCredentialPRFAssertionInput",
1218
+ b"initWithInputValues:perCredentialInputValues:",
1219
+ )
1220
+ objc.registerNewKeywordsFromSelector(
1221
+ "ASAuthorizationPublicKeyCredentialPRFAssertionInputValues",
1222
+ b"initWithSaltInput1:saltInput2:",
1223
+ )
1224
+ objc.registerNewKeywordsFromSelector(
1225
+ "ASAuthorizationPublicKeyCredentialPRFRegistrationInput", b"initWithInputValues:"
1226
+ )
1082
1227
  objc.registerNewKeywordsFromSelector(
1083
1228
  "ASAuthorizationPublicKeyCredentialParameters", b"initWithAlgorithm:"
1084
1229
  )
@@ -1093,10 +1238,25 @@ objc.registerNewKeywordsFromSelector(
1093
1238
  objc.registerNewKeywordsFromSelector(
1094
1239
  "ASCredentialServiceIdentifier", b"initWithIdentifier:type:"
1095
1240
  )
1241
+ objc.registerNewKeywordsFromSelector("ASOneTimeCodeCredential", b"initWithCode:")
1242
+ objc.registerNewKeywordsFromSelector(
1243
+ "ASOneTimeCodeCredentialIdentity",
1244
+ b"initWithServiceIdentifier:label:recordIdentifier:",
1245
+ )
1246
+ objc.registerNewKeywordsFromSelector(
1247
+ "ASOneTimeCodeCredentialRequest", b"initWithCredentialIdentity:"
1248
+ )
1096
1249
  objc.registerNewKeywordsFromSelector(
1097
1250
  "ASPasskeyAssertionCredential",
1098
1251
  b"initWithUserHandle:relyingParty:signature:clientDataHash:authenticatorData:credentialID:",
1099
1252
  )
1253
+ objc.registerNewKeywordsFromSelector(
1254
+ "ASPasskeyAssertionCredential",
1255
+ b"initWithUserHandle:relyingParty:signature:clientDataHash:authenticatorData:credentialID:extensionOutput:",
1256
+ )
1257
+ objc.registerNewKeywordsFromSelector(
1258
+ "ASPasskeyAssertionCredentialExtensionOutput", b"initWithLargeBlobOutput:"
1259
+ )
1100
1260
  objc.registerNewKeywordsFromSelector(
1101
1261
  "ASPasskeyCredentialIdentity",
1102
1262
  b"initWithRelyingPartyIdentifier:userName:credentialID:userHandle:recordIdentifier:",
@@ -1105,10 +1265,25 @@ objc.registerNewKeywordsFromSelector(
1105
1265
  "ASPasskeyCredentialRequest",
1106
1266
  b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:",
1107
1267
  )
1268
+ objc.registerNewKeywordsFromSelector(
1269
+ "ASPasskeyCredentialRequest",
1270
+ b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:assertionExtensionInput:",
1271
+ )
1272
+ objc.registerNewKeywordsFromSelector(
1273
+ "ASPasskeyCredentialRequest",
1274
+ b"initWithCredentialIdentity:clientDataHash:userVerificationPreference:supportedAlgorithms:registrationExtensionInput:",
1275
+ )
1108
1276
  objc.registerNewKeywordsFromSelector(
1109
1277
  "ASPasskeyRegistrationCredential",
1110
1278
  b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:",
1111
1279
  )
1280
+ objc.registerNewKeywordsFromSelector(
1281
+ "ASPasskeyRegistrationCredential",
1282
+ b"initWithRelyingParty:clientDataHash:credentialID:attestationObject:extensionOutput:",
1283
+ )
1284
+ objc.registerNewKeywordsFromSelector(
1285
+ "ASPasskeyRegistrationCredentialExtensionOutput", b"initWithLargeBlobOutput:"
1286
+ )
1112
1287
  objc.registerNewKeywordsFromSelector("ASPasswordCredential", b"initWithUser:password:")
1113
1288
  objc.registerNewKeywordsFromSelector(
1114
1289
  "ASPasswordCredentialIdentity", b"initWithServiceIdentifier:user:recordIdentifier:"
@@ -1,37 +1,48 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pyobjc-framework-AuthenticationServices
3
- Version: 10.3.2
3
+ Version: 11.1
4
4
  Summary: Wrappers for the framework AuthenticationServices on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
7
7
  Author-email: pyobjc-dev@lists.sourceforge.net
8
- License: MIT License
8
+ License: MIT
9
9
  Keywords: PyObjC,AuthenticationServices
10
10
  Platform: MacOS X (>=10.15)
11
11
  Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Environment :: Console
13
13
  Classifier: Environment :: MacOS X :: Cocoa
14
14
  Classifier: Intended Audience :: Developers
15
- Classifier: License :: OSI Approved :: MIT License
16
15
  Classifier: Natural Language :: English
17
16
  Classifier: Operating System :: MacOS :: MacOS X
18
17
  Classifier: Programming Language :: Python
19
18
  Classifier: Programming Language :: Python :: 3
20
19
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
20
  Classifier: Programming Language :: Python :: 3.9
23
21
  Classifier: Programming Language :: Python :: 3.10
24
22
  Classifier: Programming Language :: Python :: 3.11
25
23
  Classifier: Programming Language :: Python :: 3.12
26
24
  Classifier: Programming Language :: Python :: 3.13
25
+ Classifier: Programming Language :: Python :: 3.14
27
26
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
27
  Classifier: Programming Language :: Objective C
29
28
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
29
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
30
+ Requires-Python: >=3.9
32
31
  Description-Content-Type: text/x-rst; charset=UTF-8
33
- Requires-Dist: pyobjc-core>=10.3.2
34
- Requires-Dist: pyobjc-framework-Cocoa>=10.3.2
32
+ Requires-Dist: pyobjc-core>=11.1
33
+ Requires-Dist: pyobjc-framework-Cocoa>=11.1
34
+ Dynamic: author
35
+ Dynamic: author-email
36
+ Dynamic: classifier
37
+ Dynamic: description
38
+ Dynamic: description-content-type
39
+ Dynamic: home-page
40
+ Dynamic: keywords
41
+ Dynamic: license
42
+ Dynamic: platform
43
+ Dynamic: requires-dist
44
+ Dynamic: requires-python
45
+ Dynamic: summary
35
46
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
36
47
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
37
48
  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
@@ -74,8 +76,10 @@ metadata/metadata.ini
74
76
  metadata/raw/arm64-12.3.fwinfo
75
77
  metadata/raw/arm64-13.3.fwinfo
76
78
  metadata/raw/arm64-14.5.fwinfo
79
+ metadata/raw/arm64-15.4.fwinfo
77
80
  metadata/raw/x86_64-10.15.fwinfo
78
81
  metadata/raw/x86_64-10.16.fwinfo
79
82
  metadata/raw/x86_64-12.3.fwinfo
80
83
  metadata/raw/x86_64-13.3.fwinfo
81
- metadata/raw/x86_64-14.5.fwinfo
84
+ metadata/raw/x86_64-14.5.fwinfo
85
+ metadata/raw/x86_64-15.4.fwinfo
@@ -0,0 +1,3 @@
1
+ macOS 15.5 (24F74)
2
+ Apple clang version 17.0.0 (clang-1700.0.13.5)
3
+ SDK: macOS 15.5
@@ -0,0 +1,2 @@
1
+ pyobjc-core>=11.1
2
+ pyobjc-framework-Cocoa>=11.1
@@ -1,7 +1,7 @@
1
1
  (This is the MIT license, note that libffi-src is a separate product with its own license)
2
2
 
3
3
  Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski, Lele Gaifax, et.al.
4
- Copyright 2003-2024 - Ronald Oussoren
4
+ Copyright 2003-2025 - Ronald Oussoren
5
5
 
6
6
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
7
 
@@ -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,