-
Notifications
You must be signed in to change notification settings - Fork 543
AuthenticationServices macOS xcode26.0 b4
Alex Soto edited this page Jul 22, 2025
·
1 revision
#AuthenticationServices.framework
diff -ruN /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationProviderExtensionLoginManager.h /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationProviderExtensionLoginManager.h
--- /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationProviderExtensionLoginManager.h 2025-07-02 01:15:03
+++ /Applications/Xcode_26.0.0-beta4.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/AuthenticationServices.framework/Headers/ASAuthorizationProviderExtensionLoginManager.h 2025-07-17 01:32:39
@@ -10,6 +10,7 @@
@class ASAuthorizationProviderExtensionLoginConfiguration;
@class ASAuthorizationProviderExtensionUserLoginConfiguration;
+typedef NS_ENUM(NSInteger, ASAuthorizationProviderExtensionAuthenticationMethod);
NS_ASSUME_NONNULL_BEGIN
@@ -47,6 +48,11 @@
/// @abstract Returns the device registration token from the MDM profile.
@property (nonatomic, nullable, readonly, copy) NSString *registrationToken;
+
+
+/// @abstract Returns the authentication method used for the device.
+@property (nonatomic, readonly) ASAuthorizationProviderExtensionAuthenticationMethod authenticationMethod API_AVAILABLE(macos(26.0)) API_UNAVAILABLE(ios, watchos, tvos);
+
/// @abstract Returns the extension data from the MDM profile.