- 
                Notifications
    You must be signed in to change notification settings 
- Fork 549
AuthenticationServices iOS xcode26.1 b3
        Alex Soto edited this page Oct 28, 2025 
        ·
        2 revisions
      
    #AuthenticationServices.framework https://github.com/dotnet/macios/pull/24119
diff -ruN /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h
--- /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h	2025-10-01 00:55:14
+++ /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h	2025-10-16 02:55:44
@@ -26,13 +26,13 @@
 #endif
 @interface ASAuthorizationWebBrowserPublicKeyCredentialManager : NSObject
 
+@property (class, nonatomic, readonly) BOOL isDeviceConfiguredForPasskeys API_AVAILABLE(macos(26.2), ios(26.2));
+
 - (instancetype)init NS_DESIGNATED_INITIALIZER;
 
 - (void)requestAuthorizationForPublicKeyCredentials:(void (^)(ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState authorizationState))completionHandler NS_SWIFT_NAME(requestAuthorizationForPublicKeyCredentials(_:));
 
 - (void)platformCredentialsForRelyingParty:(NSString *)relyingParty completionHandler:(void (^)(NSArray<ASAuthorizationWebBrowserPlatformPublicKeyCredential *> *))completionHandler NS_REFINED_FOR_SWIFT;
-
-- (void)getIsDeviceConfiguredForPasskeysWithCompletionHandler:(void (^)(BOOL))completionHandler NS_SWIFT_ASYNC_NAME(isDeviceConfiguredForPasskeys()) API_AVAILABLE(macos(26.2), ios(26.2));
 
 @property (nonatomic, readonly) ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState authorizationStateForPlatformCredentials;