Skip to content

AuthenticationServices macOS 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/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h --- /Applications/Xcode_26.1.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h	2025-10-01 00:12:48 +++ /Applications/Xcode_26.1.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationWebBrowserPublicKeyCredentialManager.h	2025-10-16 01:55:52 @@ -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; 
Clone this wiki locally