API Differences in AuthenticationServices in macOS 26.2

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in AuthenticationServices in the macOS 26.2 SDK.

Table of Contents

Properties & Constants

ASCredentialServiceIdentifier
@property(nonatomic, copy, readonly, nullable) NSString *displayName;
ASAuthorizationWebBrowserPublicKeyCredentialManager
@property(class, nonatomic, readonly) BOOL isDeviceConfiguredForPasskeys;

Initializers

ASCredentialServiceIdentifier
- (nonnull instancetype)initWithIdentifier:(nonnull NSString *)identifier type:(ASCredentialServiceIdentifierType)type displayName:(nonnull NSString *)displayName;