pyobjc-framework-AuthenticationServices 9.2__tar.gz → 10.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.
- pyobjc-framework-AuthenticationServices-10.1/Lib/AuthenticationServices/__init__.py +34 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/AuthenticationServices/_metadata.py +272 -22
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/PKG-INFO +6 -3
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/SOURCES.txt +15 -1
- pyobjc-framework-AuthenticationServices-10.1/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +2 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Modules/_AuthenticationServices_protocols.m +15 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Modules/pyobjc-api.h +3 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Modules/pyobjc-compat.h +0 -273
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PKG-INFO +6 -3
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorization.py +10 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py +50 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationproviderextensionloginmanager.py +31 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py +44 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py +38 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationpublickeycredentialconstants.py +13 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py +17 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h +9 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py +10 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py +10 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py +31 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py +10 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py +31 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_ascredentialidentity.py +23 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ascredentialidentitystore.py +18 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ascredentialproviderextensioncontext.py +13 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_ascredentialrequest.py +27 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_aspublickeycredentialclientdata.py +21 -0
- pyobjc-framework-AuthenticationServices-10.1/PyObjCTest/test_assettingshelper.py +17 -0
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/arm64-14.0.fwinfo +10577 -0
- pyobjc-framework-AuthenticationServices-10.1/metadata/raw/x86_64-14.0.fwinfo +10577 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/pyobjc_setup.py +16 -6
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/setup.py +1 -1
- pyobjc-framework-AuthenticationServices-9.2/Lib/AuthenticationServices/__init__.py +0 -32
- pyobjc-framework-AuthenticationServices-9.2/Lib/pyobjc_framework_AuthenticationServices.egg-info/requires.txt +0 -2
- pyobjc-framework-AuthenticationServices-9.2/PyObjCTest/test_asauthorization.py +0 -9
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/dependency_links.txt +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/not-zip-safe +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Lib/pyobjc_framework_AuthenticationServices.egg-info/top_level.txt +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/License.txt +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/MANIFEST.in +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/Modules/_AuthenticationServices.m +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/__init__.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ASAuthorizationSingleSignOnRequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asAuthorizationproviderextensionauthorizationrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationappleidbutton.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationappleidcredential.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationappleidprovider.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationcontroller.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationcredential.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationerror.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationopenidrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationprovider.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationpublicKeycredentialregistration.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationsinglesignonprovider.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ascoseconstants.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ascredentialidentitystorestate.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_ascredentialserviceidentifier.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_asextensionerrors.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_aspublickeycredential.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_aswebauthenticationsession.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionmanager.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/PyObjCTest/test_authenticationservices.py +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/AuthenticationServices.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/metadata.ini +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/arm64-12.0.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/arm64-12.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/arm64-13.0.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/arm64-13.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-10.15.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-10.16.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-12.0.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-12.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-13.0.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/metadata/raw/x86_64-13.3.fwinfo +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/pyproject.toml +0 -0
- {pyobjc-framework-AuthenticationServices-9.2 → pyobjc-framework-AuthenticationServices-10.1}/setup.cfg +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
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
|
+
del sys.modules["AuthenticationServices._metadata"]
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
globals().pop("_setup")()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# This file is generated by objective.metadata
|
|
2
2
|
#
|
|
3
|
-
# Last update:
|
|
3
|
+
# Last update: Tue Aug 8 20:07:53 2023
|
|
4
4
|
#
|
|
5
5
|
# flake8: noqa
|
|
6
6
|
|
|
@@ -31,51 +31,70 @@ else:
|
|
|
31
31
|
|
|
32
32
|
misc = {}
|
|
33
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$ASAuthorizationProviderExtensionAuthenticationMethodUserSecureEnclaveKey@2$ASAuthorizationProviderExtensionFederationTypeDynamicWSTrust@2$ASAuthorizationProviderExtensionFederationTypeNone@0$ASAuthorizationProviderExtensionFederationTypeWSTrust@1$ASAuthorizationProviderExtensionKeyTypeUserDeviceEncryption@2$ASAuthorizationProviderExtensionKeyTypeUserDeviceSigning@1$ASAuthorizationProviderExtensionKeyTypeUserSecureEnclaveKey@3$ASAuthorizationProviderExtensionRegistrationResultFailed@1$ASAuthorizationProviderExtensionRegistrationResultFailedNoRetry@3$ASAuthorizationProviderExtensionRegistrationResultSuccess@0$ASAuthorizationProviderExtensionRegistrationResultUserInterfaceRequired@2$ASAuthorizationProviderExtensionRequestOptionsNone@0$ASAuthorizationProviderExtensionRequestOptionsRegistrationRepair@2$ASAuthorizationProviderExtensionRequestOptionsUserInteractionEnabled@1$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateAuthorized@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateDenied@1$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateNotDetermined@2$ASCOSEAlgorithmIdentifierES256@-7$ASCOSEEllipticCurveIdentifierP256@1$ASCredentialIdentityStoreErrorCodeInternalError@0$ASCredentialIdentityStoreErrorCodeStoreBusy@2$ASCredentialIdentityStoreErrorCodeStoreDisabled@1$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$ASExtensionErrorCodeUserCanceled@1$ASExtensionErrorCodeUserInteractionRequired@100$ASUserDetectionStatusLikelyReal@2$ASUserDetectionStatusUnknown@1$ASUserDetectionStatusUnsupported@0$ASWebAuthenticationSessionErrorCodeCanceledLogin@1$ASWebAuthenticationSessionErrorCodePresentationContextInvalid@3$ASWebAuthenticationSessionErrorCodePresentationContextNotProvided@2$"""
|
|
34
|
+
enums = """$ASAuthorizationAppleIDButtonStyleBlack@2$ASAuthorizationAppleIDButtonStyleWhite@0$ASAuthorizationAppleIDButtonStyleWhiteOutline@1$ASAuthorizationAppleIDButtonTypeContinue@1$ASAuthorizationAppleIDButtonTypeDefault@0$ASAuthorizationAppleIDButtonTypeSignIn@0$ASAuthorizationAppleIDButtonTypeSignUp@2$ASAuthorizationAppleIDProviderCredentialAuthorized@1$ASAuthorizationAppleIDProviderCredentialNotFound@2$ASAuthorizationAppleIDProviderCredentialRevoked@0$ASAuthorizationAppleIDProviderCredentialTransferred@3$ASAuthorizationControllerRequestOptionPreferImmediatelyAvailableCredentials@1$ASAuthorizationErrorCanceled@1001$ASAuthorizationErrorFailed@1004$ASAuthorizationErrorInvalidResponse@1002$ASAuthorizationErrorNotHandled@1003$ASAuthorizationErrorNotInteractive@1005$ASAuthorizationErrorUnknown@1000$ASAuthorizationProviderExtensionAuthenticationMethodPassword@1$ASAuthorizationProviderExtensionAuthenticationMethodSmartCard@3$ASAuthorizationProviderExtensionAuthenticationMethodUserSecureEnclaveKey@2$ASAuthorizationProviderExtensionFederationTypeDynamicWSTrust@2$ASAuthorizationProviderExtensionFederationTypeNone@0$ASAuthorizationProviderExtensionFederationTypeWSTrust@1$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceEncryption@11$ASAuthorizationProviderExtensionKeyTypeCurrentDeviceSigning@10$ASAuthorizationProviderExtensionKeyTypeSharedDeviceEncryption@5$ASAuthorizationProviderExtensionKeyTypeSharedDeviceSigning@4$ASAuthorizationProviderExtensionKeyTypeUserDeviceEncryption@2$ASAuthorizationProviderExtensionKeyTypeUserDeviceSigning@1$ASAuthorizationProviderExtensionKeyTypeUserSecureEnclaveKey@3$ASAuthorizationProviderExtensionKeyTypeUserSmartCard@20$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion1_0@0$ASAuthorizationProviderExtensionPlatformSSOProtocolVersion2_0@1$ASAuthorizationProviderExtensionRegistrationResultFailed@1$ASAuthorizationProviderExtensionRegistrationResultFailedNoRetry@3$ASAuthorizationProviderExtensionRegistrationResultSuccess@0$ASAuthorizationProviderExtensionRegistrationResultUserInterfaceRequired@2$ASAuthorizationProviderExtensionRequestOptionsNone@0$ASAuthorizationProviderExtensionRequestOptionsRegistrationDeviceKeyMigration@8$ASAuthorizationProviderExtensionRequestOptionsRegistrationRepair@2$ASAuthorizationProviderExtensionRequestOptionsRegistrationSharedDeviceKeys@4$ASAuthorizationProviderExtensionRequestOptionsUserInteractionEnabled@1$ASAuthorizationProviderExtensionSupportedGrantTypesJWTBearer@2$ASAuthorizationProviderExtensionSupportedGrantTypesNone@0$ASAuthorizationProviderExtensionSupportedGrantTypesPassword@1$ASAuthorizationProviderExtensionSupportedGrantTypesSAML1_1@4$ASAuthorizationProviderExtensionSupportedGrantTypesSAML2_0@8$ASAuthorizationPublicKeyCredentialAttachmentCrossPlatform@1$ASAuthorizationPublicKeyCredentialAttachmentPlatform@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationRead@0$ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperationWrite@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementPreferred@1$ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirementRequired@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateAuthorized@0$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateDenied@1$ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationStateNotDetermined@2$ASCOSEAlgorithmIdentifierES256@-7$ASCOSEEllipticCurveIdentifierP256@1$ASCredentialIdentityStoreErrorCodeInternalError@0$ASCredentialIdentityStoreErrorCodeStoreBusy@2$ASCredentialIdentityStoreErrorCodeStoreDisabled@1$ASCredentialRequestTypePasskeyAssertion@1$ASCredentialRequestTypePassword@0$ASCredentialServiceIdentifierTypeDomain@0$ASCredentialServiceIdentifierTypeURL@1$ASExtensionErrorCodeCredentialIdentityNotFound@101$ASExtensionErrorCodeFailed@0$ASExtensionErrorCodeUserCanceled@1$ASExtensionErrorCodeUserInteractionRequired@100$ASPublicKeyCredentialClientDataCrossOriginValueCrossOrigin@1$ASPublicKeyCredentialClientDataCrossOriginValueNotSet@0$ASPublicKeyCredentialClientDataCrossOriginValueSameOriginWithAncestors@2$ASUserDetectionStatusLikelyReal@2$ASUserDetectionStatusUnknown@1$ASUserDetectionStatusUnsupported@0$ASWebAuthenticationSessionErrorCodeCanceledLogin@1$ASWebAuthenticationSessionErrorCodePresentationContextInvalid@3$ASWebAuthenticationSessionErrorCodePresentationContextNotProvided@2$"""
|
|
35
35
|
misc.update(
|
|
36
36
|
{
|
|
37
37
|
"ASAuthorizationProviderExtensionAuthenticationMethod": NewType(
|
|
38
38
|
"ASAuthorizationProviderExtensionAuthenticationMethod", int
|
|
39
39
|
),
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"ASAuthorizationProviderExtensionPlatformSSOProtocolVersion": NewType(
|
|
41
|
+
"ASAuthorizationProviderExtensionPlatformSSOProtocolVersion", int
|
|
42
|
+
),
|
|
43
|
+
"ASAuthorizationAppleIDProviderCredentialState": NewType(
|
|
44
|
+
"ASAuthorizationAppleIDProviderCredentialState", int
|
|
45
|
+
),
|
|
46
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirement": NewType(
|
|
47
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobSupportRequirement", int
|
|
48
|
+
),
|
|
49
|
+
"ASCredentialRequestType": NewType("ASCredentialRequestType", int),
|
|
50
|
+
"ASCredentialServiceIdentifierType": NewType(
|
|
51
|
+
"ASCredentialServiceIdentifierType", int
|
|
42
52
|
),
|
|
43
|
-
"ASAuthorizationError": NewType("ASAuthorizationError", int),
|
|
44
53
|
"ASCredentialIdentityStoreErrorCode": NewType(
|
|
45
54
|
"ASCredentialIdentityStoreErrorCode", int
|
|
46
55
|
),
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
56
|
+
"ASAuthorizationError": NewType("ASAuthorizationError", int),
|
|
57
|
+
"ASAuthorizationAppleIDButtonType": NewType(
|
|
58
|
+
"ASAuthorizationAppleIDButtonType", int
|
|
59
|
+
),
|
|
60
|
+
"ASAuthorizationProviderExtensionKeyType": NewType(
|
|
61
|
+
"ASAuthorizationProviderExtensionKeyType", int
|
|
50
62
|
),
|
|
51
63
|
"ASAuthorizationProviderExtensionRegistrationResult": NewType(
|
|
52
64
|
"ASAuthorizationProviderExtensionRegistrationResult", int
|
|
53
65
|
),
|
|
66
|
+
"ASExtensionErrorCode": NewType("ASExtensionErrorCode", int),
|
|
67
|
+
"ASAuthorizationProviderExtensionFederationType": NewType(
|
|
68
|
+
"ASAuthorizationProviderExtensionFederationType", int
|
|
69
|
+
),
|
|
70
|
+
"ASPublicKeyCredentialClientDataCrossOriginValue": NewType(
|
|
71
|
+
"ASPublicKeyCredentialClientDataCrossOriginValue", int
|
|
72
|
+
),
|
|
73
|
+
"ASAuthorizationProviderExtensionSupportedGrantTypes": NewType(
|
|
74
|
+
"ASAuthorizationProviderExtensionSupportedGrantTypes", int
|
|
75
|
+
),
|
|
76
|
+
"ASAuthorizationControllerRequestOptions": NewType(
|
|
77
|
+
"ASAuthorizationControllerRequestOptions", int
|
|
78
|
+
),
|
|
79
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation": NewType(
|
|
80
|
+
"ASAuthorizationPublicKeyCredentialLargeBlobAssertionOperation", int
|
|
81
|
+
),
|
|
82
|
+
"ASAuthorizationPublicKeyCredentialAttachment": NewType(
|
|
83
|
+
"ASAuthorizationPublicKeyCredentialAttachment", int
|
|
84
|
+
),
|
|
85
|
+
"ASUserDetectionStatus": NewType("ASUserDetectionStatus", int),
|
|
54
86
|
"ASAuthorizationProviderExtensionRequestOptions": NewType(
|
|
55
87
|
"ASAuthorizationProviderExtensionRequestOptions", int
|
|
56
88
|
),
|
|
57
|
-
"ASAuthorizationProviderExtensionKeyType": NewType(
|
|
58
|
-
"ASAuthorizationProviderExtensionKeyType", int
|
|
59
|
-
),
|
|
60
|
-
"ASExtensionErrorCode": NewType("ASExtensionErrorCode", int),
|
|
61
89
|
"ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState": NewType(
|
|
62
90
|
"ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState", int
|
|
63
91
|
),
|
|
64
92
|
"ASAuthorizationAppleIDButtonStyle": NewType(
|
|
65
93
|
"ASAuthorizationAppleIDButtonStyle", int
|
|
66
94
|
),
|
|
67
|
-
"ASAuthorizationProviderExtensionFederationType": NewType(
|
|
68
|
-
"ASAuthorizationProviderExtensionFederationType", int
|
|
69
|
-
),
|
|
70
|
-
"ASAuthorizationControllerRequestOptions": NewType(
|
|
71
|
-
"ASAuthorizationControllerRequestOptions", int
|
|
72
|
-
),
|
|
73
95
|
"ASWebAuthenticationSessionErrorCode": NewType(
|
|
74
96
|
"ASWebAuthenticationSessionErrorCode", int
|
|
75
97
|
),
|
|
76
|
-
"ASCredentialServiceIdentifierType": NewType(
|
|
77
|
-
"ASCredentialServiceIdentifierType", int
|
|
78
|
-
),
|
|
79
98
|
}
|
|
80
99
|
)
|
|
81
100
|
misc.update(
|
|
@@ -112,7 +131,10 @@ functions = {
|
|
|
112
131
|
"ASAuthorizationAllSupportedPublicKeyCredentialDescriptorTransports": (b"@",)
|
|
113
132
|
}
|
|
114
133
|
aliases = {
|
|
115
|
-
"
|
|
134
|
+
"AS_API_AVAILABLE": "API_AVAILABLE",
|
|
135
|
+
"AS_HEADER_AUDIT_END": "NS_HEADER_AUDIT_END",
|
|
136
|
+
"ASAuthorizationAppleIDButtonTypeDefault": "ASAuthorizationAppleIDButtonTypeSignIn",
|
|
137
|
+
"AS_HEADER_AUDIT_BEGIN": "NS_HEADER_AUDIT_BEGIN",
|
|
116
138
|
}
|
|
117
139
|
r = objc.registerMetaDataForSelector
|
|
118
140
|
objc._updatingMetadata(True)
|
|
@@ -214,6 +236,26 @@ try:
|
|
|
214
236
|
b"setCustomAssertionRequestHeaderClaims:returningError:",
|
|
215
237
|
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
216
238
|
)
|
|
239
|
+
r(
|
|
240
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
241
|
+
b"setCustomKeyExchangeRequestBodyClaims:returningError:",
|
|
242
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
243
|
+
)
|
|
244
|
+
r(
|
|
245
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
246
|
+
b"setCustomKeyExchangeRequestHeaderClaims:returningError:",
|
|
247
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
248
|
+
)
|
|
249
|
+
r(
|
|
250
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
251
|
+
b"setCustomKeyRequestBodyClaims:returningError:",
|
|
252
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
253
|
+
)
|
|
254
|
+
r(
|
|
255
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
256
|
+
b"setCustomKeyRequestHeaderClaims:returningError:",
|
|
257
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
258
|
+
)
|
|
217
259
|
r(
|
|
218
260
|
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
219
261
|
b"setCustomLoginRequestBodyClaims:returningError:",
|
|
@@ -224,6 +266,16 @@ try:
|
|
|
224
266
|
b"setCustomLoginRequestHeaderClaims:returningError:",
|
|
225
267
|
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
226
268
|
)
|
|
269
|
+
r(
|
|
270
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
271
|
+
b"setCustomRefreshRequestBodyClaims:returningError:",
|
|
272
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
273
|
+
)
|
|
274
|
+
r(
|
|
275
|
+
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
276
|
+
b"setCustomRefreshRequestHeaderClaims:returningError:",
|
|
277
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
278
|
+
)
|
|
227
279
|
r(
|
|
228
280
|
b"ASAuthorizationProviderExtensionLoginConfiguration",
|
|
229
281
|
b"setIncludePreviousRefreshTokenInLoginRequest:",
|
|
@@ -268,6 +320,11 @@ try:
|
|
|
268
320
|
b"saveLoginConfiguration:error:",
|
|
269
321
|
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
270
322
|
)
|
|
323
|
+
r(
|
|
324
|
+
b"ASAuthorizationProviderExtensionLoginManager",
|
|
325
|
+
b"saveUserLoginConfiguration:error:",
|
|
326
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
327
|
+
)
|
|
271
328
|
r(
|
|
272
329
|
b"ASAuthorizationProviderExtensionLoginManager",
|
|
273
330
|
b"userNeedsReauthenticationWithCompletion:",
|
|
@@ -282,6 +339,36 @@ try:
|
|
|
282
339
|
}
|
|
283
340
|
},
|
|
284
341
|
)
|
|
342
|
+
r(
|
|
343
|
+
b"ASAuthorizationProviderExtensionUserLoginConfiguration",
|
|
344
|
+
b"setCustomAssertionRequestBodyClaims:returningError:",
|
|
345
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
346
|
+
)
|
|
347
|
+
r(
|
|
348
|
+
b"ASAuthorizationProviderExtensionUserLoginConfiguration",
|
|
349
|
+
b"setCustomAssertionRequestHeaderClaims:returningError:",
|
|
350
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
351
|
+
)
|
|
352
|
+
r(
|
|
353
|
+
b"ASAuthorizationProviderExtensionUserLoginConfiguration",
|
|
354
|
+
b"setCustomLoginRequestBodyClaims:returningError:",
|
|
355
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
356
|
+
)
|
|
357
|
+
r(
|
|
358
|
+
b"ASAuthorizationProviderExtensionUserLoginConfiguration",
|
|
359
|
+
b"setCustomLoginRequestHeaderClaims:returningError:",
|
|
360
|
+
{"retval": {"type": b"Z"}, "arguments": {3: {"type_modifier": b"o"}}},
|
|
361
|
+
)
|
|
362
|
+
r(
|
|
363
|
+
b"ASAuthorizationPublicKeyCredentialLargeBlobAssertionOutput",
|
|
364
|
+
b"didWrite",
|
|
365
|
+
{"retval": {"type": b"Z"}},
|
|
366
|
+
)
|
|
367
|
+
r(
|
|
368
|
+
b"ASAuthorizationPublicKeyCredentialLargeBlobRegistrationOutput",
|
|
369
|
+
b"isSupported",
|
|
370
|
+
{"retval": {"type": b"Z"}},
|
|
371
|
+
)
|
|
285
372
|
r(
|
|
286
373
|
b"ASAuthorizationSingleSignOnProvider",
|
|
287
374
|
b"canPerformAuthorization",
|
|
@@ -375,6 +462,24 @@ try:
|
|
|
375
462
|
}
|
|
376
463
|
},
|
|
377
464
|
)
|
|
465
|
+
r(
|
|
466
|
+
b"ASCredentialIdentityStore",
|
|
467
|
+
b"removeCredentialIdentityEntries:completion:",
|
|
468
|
+
{
|
|
469
|
+
"arguments": {
|
|
470
|
+
3: {
|
|
471
|
+
"callable": {
|
|
472
|
+
"retval": {"type": b"v"},
|
|
473
|
+
"arguments": {
|
|
474
|
+
0: {"type": b"^v"},
|
|
475
|
+
1: {"type": b"Z"},
|
|
476
|
+
2: {"type": b"@"},
|
|
477
|
+
},
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
)
|
|
378
483
|
r(
|
|
379
484
|
b"ASCredentialIdentityStore",
|
|
380
485
|
b"replaceCredentialIdentitiesWithIdentities:completion:",
|
|
@@ -393,6 +498,24 @@ try:
|
|
|
393
498
|
}
|
|
394
499
|
},
|
|
395
500
|
)
|
|
501
|
+
r(
|
|
502
|
+
b"ASCredentialIdentityStore",
|
|
503
|
+
b"replaceCredentialIdentityEntries:completion:",
|
|
504
|
+
{
|
|
505
|
+
"arguments": {
|
|
506
|
+
3: {
|
|
507
|
+
"callable": {
|
|
508
|
+
"retval": {"type": b"v"},
|
|
509
|
+
"arguments": {
|
|
510
|
+
0: {"type": b"^v"},
|
|
511
|
+
1: {"type": b"Z"},
|
|
512
|
+
2: {"type": b"@"},
|
|
513
|
+
},
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
)
|
|
396
519
|
r(
|
|
397
520
|
b"ASCredentialIdentityStore",
|
|
398
521
|
b"saveCredentialIdentities:completion:",
|
|
@@ -411,12 +534,58 @@ try:
|
|
|
411
534
|
}
|
|
412
535
|
},
|
|
413
536
|
)
|
|
537
|
+
r(
|
|
538
|
+
b"ASCredentialIdentityStore",
|
|
539
|
+
b"saveCredentialIdentityEntries:completion:",
|
|
540
|
+
{
|
|
541
|
+
"arguments": {
|
|
542
|
+
3: {
|
|
543
|
+
"callable": {
|
|
544
|
+
"retval": {"type": b"v"},
|
|
545
|
+
"arguments": {
|
|
546
|
+
0: {"type": b"^v"},
|
|
547
|
+
1: {"type": b"Z"},
|
|
548
|
+
2: {"type": b"@"},
|
|
549
|
+
},
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
},
|
|
554
|
+
)
|
|
414
555
|
r(b"ASCredentialIdentityStoreState", b"isEnabled", {"retval": {"type": b"Z"}})
|
|
415
556
|
r(
|
|
416
557
|
b"ASCredentialIdentityStoreState",
|
|
417
558
|
b"supportsIncrementalUpdates",
|
|
418
559
|
{"retval": {"type": b"Z"}},
|
|
419
560
|
)
|
|
561
|
+
r(
|
|
562
|
+
b"ASCredentialProviderExtensionContext",
|
|
563
|
+
b"completeAssertionRequestWithSelectedPasskeyCredential:completionHandler:",
|
|
564
|
+
{
|
|
565
|
+
"arguments": {
|
|
566
|
+
3: {
|
|
567
|
+
"callable": {
|
|
568
|
+
"retval": {"type": b"v"},
|
|
569
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
}
|
|
573
|
+
},
|
|
574
|
+
)
|
|
575
|
+
r(
|
|
576
|
+
b"ASCredentialProviderExtensionContext",
|
|
577
|
+
b"completeRegistrationRequestWithSelectedPasskeyCredential:completionHandler:",
|
|
578
|
+
{
|
|
579
|
+
"arguments": {
|
|
580
|
+
3: {
|
|
581
|
+
"callable": {
|
|
582
|
+
"retval": {"type": b"v"},
|
|
583
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"Z"}},
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
)
|
|
420
589
|
r(
|
|
421
590
|
b"ASCredentialProviderExtensionContext",
|
|
422
591
|
b"completeRequestReturningItems:completionHandler:",
|
|
@@ -445,6 +614,34 @@ try:
|
|
|
445
614
|
}
|
|
446
615
|
},
|
|
447
616
|
)
|
|
617
|
+
r(
|
|
618
|
+
b"ASSettingsHelper",
|
|
619
|
+
b"openCredentialProviderAppSettingsWithCompletionHandler:",
|
|
620
|
+
{
|
|
621
|
+
"arguments": {
|
|
622
|
+
2: {
|
|
623
|
+
"callable": {
|
|
624
|
+
"retval": {"type": b"v"},
|
|
625
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
626
|
+
}
|
|
627
|
+
}
|
|
628
|
+
}
|
|
629
|
+
},
|
|
630
|
+
)
|
|
631
|
+
r(
|
|
632
|
+
b"ASSettingsHelper",
|
|
633
|
+
b"openVerificationCodeAppSettingsWithCompletionHandler:",
|
|
634
|
+
{
|
|
635
|
+
"arguments": {
|
|
636
|
+
2: {
|
|
637
|
+
"callable": {
|
|
638
|
+
"retval": {"type": b"v"},
|
|
639
|
+
"arguments": {0: {"type": b"^v"}, 1: {"type": b"@"}},
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
)
|
|
448
645
|
r(b"ASWebAuthenticationSession", b"canStart", {"retval": {"type": "Z"}})
|
|
449
646
|
r(
|
|
450
647
|
b"ASWebAuthenticationSession",
|
|
@@ -620,8 +817,25 @@ try:
|
|
|
620
817
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
621
818
|
)
|
|
622
819
|
r(b"NSObject", b"challenge", {"required": True, "retval": {"type": b"@"}})
|
|
820
|
+
r(b"NSObject", b"clientData", {"required": True, "retval": {"type": b"@"}})
|
|
821
|
+
r(
|
|
822
|
+
b"NSObject",
|
|
823
|
+
b"createCredentialAssertionRequestWithClientData:",
|
|
824
|
+
{"required": True, "retval": {"type": b"@"}, "arguments": {2: {"type": b"@"}}},
|
|
825
|
+
)
|
|
826
|
+
r(
|
|
827
|
+
b"NSObject",
|
|
828
|
+
b"createCredentialRegistrationRequestWithClientData:name:userID:",
|
|
829
|
+
{
|
|
830
|
+
"required": True,
|
|
831
|
+
"retval": {"type": b"@"},
|
|
832
|
+
"arguments": {2: {"type": b"@"}, 3: {"type": b"@"}, 4: {"type": b"@"}},
|
|
833
|
+
},
|
|
834
|
+
)
|
|
623
835
|
r(b"NSObject", b"credentialID", {"required": True, "retval": {"type": b"@"}})
|
|
836
|
+
r(b"NSObject", b"credentialIdentity", {"required": True, "retval": {"type": b"@"}})
|
|
624
837
|
r(b"NSObject", b"displayName", {"required": True, "retval": {"type": b"@"}})
|
|
838
|
+
r(b"NSObject", b"excludedCredentials", {"required": True, "retval": {"type": b"@"}})
|
|
625
839
|
r(b"NSObject", b"name", {"required": True, "retval": {"type": b"@"}})
|
|
626
840
|
r(
|
|
627
841
|
b"NSObject",
|
|
@@ -638,6 +852,8 @@ try:
|
|
|
638
852
|
b"presentationAnchorForWebAuthenticationSession:",
|
|
639
853
|
{"required": True, "retval": {"type": b"@"}, "arguments": {2: {"type": b"@"}}},
|
|
640
854
|
)
|
|
855
|
+
r(b"NSObject", b"protocolVersion", {"required": False, "retval": {"type": b"q"}})
|
|
856
|
+
r(b"NSObject", b"rank", {"required": True, "retval": {"type": b"q"}})
|
|
641
857
|
r(
|
|
642
858
|
b"NSObject",
|
|
643
859
|
b"rawAttestationObject",
|
|
@@ -649,6 +865,12 @@ try:
|
|
|
649
865
|
{"required": True, "retval": {"type": b"@"}},
|
|
650
866
|
)
|
|
651
867
|
r(b"NSObject", b"rawClientDataJSON", {"required": True, "retval": {"type": b"@"}})
|
|
868
|
+
r(b"NSObject", b"recordIdentifier", {"required": True, "retval": {"type": b"@"}})
|
|
869
|
+
r(
|
|
870
|
+
b"NSObject",
|
|
871
|
+
b"registrationDidCancel",
|
|
872
|
+
{"required": False, "retval": {"type": b"v"}},
|
|
873
|
+
)
|
|
652
874
|
r(
|
|
653
875
|
b"NSObject",
|
|
654
876
|
b"registrationDidComplete",
|
|
@@ -659,6 +881,7 @@ try:
|
|
|
659
881
|
b"relyingPartyIdentifier",
|
|
660
882
|
{"required": True, "retval": {"type": b"@"}},
|
|
661
883
|
)
|
|
884
|
+
r(b"NSObject", b"serviceIdentifier", {"required": True, "retval": {"type": b"@"}})
|
|
662
885
|
r(
|
|
663
886
|
b"NSObject",
|
|
664
887
|
b"setAllowedCredentials:",
|
|
@@ -689,16 +912,31 @@ try:
|
|
|
689
912
|
b"setDisplayName:",
|
|
690
913
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
691
914
|
)
|
|
915
|
+
r(
|
|
916
|
+
b"NSObject",
|
|
917
|
+
b"setExcludedCredentials:",
|
|
918
|
+
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
919
|
+
)
|
|
692
920
|
r(
|
|
693
921
|
b"NSObject",
|
|
694
922
|
b"setName:",
|
|
695
923
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
696
924
|
)
|
|
925
|
+
r(
|
|
926
|
+
b"NSObject",
|
|
927
|
+
b"setRank:",
|
|
928
|
+
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"q"}}},
|
|
929
|
+
)
|
|
697
930
|
r(
|
|
698
931
|
b"NSObject",
|
|
699
932
|
b"setRelyingPartyIdentifier:",
|
|
700
933
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
701
934
|
)
|
|
935
|
+
r(
|
|
936
|
+
b"NSObject",
|
|
937
|
+
b"setShouldShowHybridTransport:",
|
|
938
|
+
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"Z"}}},
|
|
939
|
+
)
|
|
702
940
|
r(
|
|
703
941
|
b"NSObject",
|
|
704
942
|
b"setUserID:",
|
|
@@ -709,7 +947,19 @@ try:
|
|
|
709
947
|
b"setUserVerificationPreference:",
|
|
710
948
|
{"required": True, "retval": {"type": b"v"}, "arguments": {2: {"type": b"@"}}},
|
|
711
949
|
)
|
|
950
|
+
r(
|
|
951
|
+
b"NSObject",
|
|
952
|
+
b"shouldShowHybridTransport",
|
|
953
|
+
{"required": True, "retval": {"type": b"Z"}},
|
|
954
|
+
)
|
|
712
955
|
r(b"NSObject", b"signature", {"required": True, "retval": {"type": b"@"}})
|
|
956
|
+
r(
|
|
957
|
+
b"NSObject",
|
|
958
|
+
b"supportedGrantTypes",
|
|
959
|
+
{"required": False, "retval": {"type": b"q"}},
|
|
960
|
+
)
|
|
961
|
+
r(b"NSObject", b"type", {"required": True, "retval": {"type": b"q"}})
|
|
962
|
+
r(b"NSObject", b"user", {"required": True, "retval": {"type": b"@"}})
|
|
713
963
|
r(b"NSObject", b"userID", {"required": True, "retval": {"type": b"@"}})
|
|
714
964
|
r(
|
|
715
965
|
b"NSObject",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pyobjc-framework-AuthenticationServices
|
|
3
|
-
Version:
|
|
3
|
+
Version: 10.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
|
|
@@ -18,17 +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.7
|
|
22
21
|
Classifier: Programming Language :: Python :: 3.8
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.9
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.10
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
26
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
27
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
28
|
Classifier: Programming Language :: Objective C
|
|
28
29
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
29
30
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
30
|
-
Requires-Python: >=3.
|
|
31
|
+
Requires-Python: >=3.8
|
|
31
32
|
Description-Content-Type: text/x-rst; charset=UTF-8
|
|
33
|
+
Requires-Dist: pyobjc-core>=10.1
|
|
34
|
+
Requires-Dist: pyobjc-framework-Cocoa>=10.1
|
|
32
35
|
Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
|
|
33
36
|
Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
|
|
34
37
|
Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
|
|
@@ -31,22 +31,34 @@ PyObjCTest/test_asauthorizationproviderextensionauthorizationrequest.py
|
|
|
31
31
|
PyObjCTest/test_asauthorizationproviderextensionloginconfiguration.py
|
|
32
32
|
PyObjCTest/test_asauthorizationproviderextensionloginmanager.py
|
|
33
33
|
PyObjCTest/test_asauthorizationproviderextensionregistrationhandler.py
|
|
34
|
+
PyObjCTest/test_asauthorizationproviderextensionuserloginconfiguration.py
|
|
34
35
|
PyObjCTest/test_asauthorizationpublicKeycredentialregistration.py
|
|
35
36
|
PyObjCTest/test_asauthorizationpublickeycredentialconstants.py
|
|
36
37
|
PyObjCTest/test_asauthorizationpublickeycredentialdescriptor.py
|
|
38
|
+
PyObjCTest/test_asauthorizationpublickeycredentiallargeblobRegistrationinput.py
|
|
39
|
+
PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertioninput.h
|
|
40
|
+
PyObjCTest/test_asauthorizationpublickeycredentiallargeblobassertionoutput.py
|
|
41
|
+
PyObjCTest/test_asauthorizationpublickeycredentiallargeblobregistrationoutput.py
|
|
37
42
|
PyObjCTest/test_asauthorizationpublickeycredentialregistration.py
|
|
38
43
|
PyObjCTest/test_asauthorizationpublickeycredentialregistrationrequest.py
|
|
39
44
|
PyObjCTest/test_asauthorizationsecuritykeypublickeycredentialdescriptor.py
|
|
40
45
|
PyObjCTest/test_asauthorizationsinglesignonprovider.py
|
|
41
46
|
PyObjCTest/test_asauthorizationsinglesignonrequest.py
|
|
47
|
+
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialassertionrequest.py
|
|
48
|
+
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialprovider.py
|
|
49
|
+
PyObjCTest/test_asauthorizationwebbrowserplatformpublickeycredentialregistrationrequest.py
|
|
42
50
|
PyObjCTest/test_asauthorizationwebbrowserpublickeycredentialmanager.py
|
|
43
51
|
PyObjCTest/test_ascoseconstants.py
|
|
52
|
+
PyObjCTest/test_ascredentialidentity.py
|
|
44
53
|
PyObjCTest/test_ascredentialidentitystore.py
|
|
45
54
|
PyObjCTest/test_ascredentialidentitystorestate.py
|
|
46
55
|
PyObjCTest/test_ascredentialproviderextensioncontext.py
|
|
56
|
+
PyObjCTest/test_ascredentialrequest.py
|
|
47
57
|
PyObjCTest/test_ascredentialserviceidentifier.py
|
|
48
58
|
PyObjCTest/test_asextensionerrors.py
|
|
49
59
|
PyObjCTest/test_aspublickeycredential.py
|
|
60
|
+
PyObjCTest/test_aspublickeycredentialclientdata.py
|
|
61
|
+
PyObjCTest/test_assettingshelper.py
|
|
50
62
|
PyObjCTest/test_aswebauthenticationsession.py
|
|
51
63
|
PyObjCTest/test_aswebauthenticationsessionrequestdelegate.py
|
|
52
64
|
PyObjCTest/test_aswebauthenticationsessionwebbrowsersessionHandling.py
|
|
@@ -59,9 +71,11 @@ metadata/raw/arm64-12.0.fwinfo
|
|
|
59
71
|
metadata/raw/arm64-12.3.fwinfo
|
|
60
72
|
metadata/raw/arm64-13.0.fwinfo
|
|
61
73
|
metadata/raw/arm64-13.3.fwinfo
|
|
74
|
+
metadata/raw/arm64-14.0.fwinfo
|
|
62
75
|
metadata/raw/x86_64-10.15.fwinfo
|
|
63
76
|
metadata/raw/x86_64-10.16.fwinfo
|
|
64
77
|
metadata/raw/x86_64-12.0.fwinfo
|
|
65
78
|
metadata/raw/x86_64-12.3.fwinfo
|
|
66
79
|
metadata/raw/x86_64-13.0.fwinfo
|
|
67
|
-
metadata/raw/x86_64-13.3.fwinfo
|
|
80
|
+
metadata/raw/x86_64-13.3.fwinfo
|
|
81
|
+
metadata/raw/x86_64-14.0.fwinfo
|
|
@@ -21,5 +21,20 @@ static void __attribute__((__used__)) use_protocols(void)
|
|
|
21
21
|
#if PyObjC_BUILD_RELEASE >= 1300
|
|
22
22
|
p = PyObjC_IdToPython(@protocol(ASAuthorizationProviderExtensionRegistrationHandler));
|
|
23
23
|
Py_XDECREF(p);
|
|
24
|
+
p = PyObjC_IdToPython(
|
|
25
|
+
@protocol(ASAuthorizationWebBrowserPlatformPublicKeyCredentialProvider));
|
|
26
|
+
Py_XDECREF(p);
|
|
27
|
+
#endif
|
|
28
|
+
#if PyObjC_BUILD_RELEASE >= 1400
|
|
29
|
+
p = PyObjC_IdToPython(
|
|
30
|
+
@protocol(ASAuthorizationWebBrowserPlatformPublicKeyCredentialAssertionRequest));
|
|
31
|
+
Py_XDECREF(p);
|
|
32
|
+
p = PyObjC_IdToPython(@protocol(
|
|
33
|
+
ASAuthorizationWebBrowserPlatformPublicKeyCredentialRegistrationRequest));
|
|
34
|
+
Py_XDECREF(p);
|
|
35
|
+
p = PyObjC_IdToPython(@protocol(ASCredentialRequest));
|
|
36
|
+
Py_XDECREF(p);
|
|
37
|
+
p = PyObjC_IdToPython(@protocol(ASCredentialIdentity));
|
|
38
|
+
Py_XDECREF(p);
|
|
24
39
|
#endif
|
|
25
40
|
}
|
|
@@ -112,6 +112,8 @@ struct pyobjc_api {
|
|
|
112
112
|
size_t max_args, size_t nargsf);
|
|
113
113
|
int (*_Nonnull checknokwnames)(PyObject* _Nonnull callable,
|
|
114
114
|
PyObject* _Nullable kwnames);
|
|
115
|
+
|
|
116
|
+
PyObject* _Nullable (*_Nonnull createopaquepointertype)(const char*, const char*, const char*);
|
|
115
117
|
};
|
|
116
118
|
|
|
117
119
|
#ifndef PYOBJC_BUILD
|
|
@@ -153,6 +155,7 @@ static struct pyobjc_api* PyObjC_API;
|
|
|
153
155
|
#define PyObjCMemView_GetBuffer (PyObjC_API->memview_getbuffer)
|
|
154
156
|
#define PyObjC_CheckArgCount (PyObjC_API->checkargcount)
|
|
155
157
|
#define PyObjC_CheckNoKwnames (PyObjC_API->checknokwnames)
|
|
158
|
+
#define PyObjCCreateOpaquePointerType (PyObjC_API->createopaquepointertype)
|
|
156
159
|
|
|
157
160
|
typedef void (*PyObjC_Function_Pointer)(void);
|
|
158
161
|
typedef struct PyObjC_function_map {
|