API Differences in AuthenticationServices in macOS 26.2

It can be difficult to find what changed in Apple SDKs. These pages are algorithmically generated and show 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;