API Differences in AuthenticationServices in macOS 15.4

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 15.4 SDK.

Table of Contents

Functions & Methods

ASAuthorizationProviderExtensionLoginManager
- (void)attestKey:(ASAuthorizationProviderExtensionKeyType)keyType clientDataHash:(nonnull NSData *)clientDataHash completion:(nonnull void (^)(NSArray * _Nullable, NSError * _Nullable))completion;
ASAuthorizationProviderExtensionLoginManager
- (void)attestPendingKey:(ASAuthorizationProviderExtensionKeyType)keyType clientDataHash:(nonnull NSData *)clientDataHash completion:(nonnull void (^)(NSArray * _Nullable, NSError * _Nullable))completion;