Skip to content

Commit c152d79

Browse files
authored
[AuthenticationServices] Update bindings to Xcode 26.1 Beta 3 (#24119)
1 parent 4eb2f1b commit c152d79

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

src/authenticationservices.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2384,6 +2384,11 @@ interface ASAuthorizationWebBrowserPlatformPublicKeyCredential {
23842384
[DesignatedDefaultCtor]
23852385
interface ASAuthorizationWebBrowserPublicKeyCredentialManager {
23862386

2387+
[Mac (26, 1), iOS (26, 1), MacCatalyst (26, 1)]
2388+
[Static]
2389+
[Export ("isDeviceConfiguredForPasskeys")]
2390+
bool IsDeviceConfiguredForPasskeys { get; }
2391+
23872392
[Async]
23882393
[Export ("requestAuthorizationForPublicKeyCredentials:")]
23892394
void RequestAuthorization (Action<ASAuthorizationWebBrowserPublicKeyCredentialManagerAuthorizationState> completionHandler);

tests/cecil-tests/Documentation.KnownFailures.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18743,6 +18743,7 @@ P:AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential.Pr
1874318743
P:AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential.RelyingParty
1874418744
P:AuthenticationServices.ASAuthorizationWebBrowserPlatformPublicKeyCredential.UserHandle
1874518745
P:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.AuthorizationStateForPlatformCredentials
18746+
P:AuthenticationServices.ASAuthorizationWebBrowserPublicKeyCredentialManager.IsDeviceConfiguredForPasskeys
1874618747
P:AuthenticationServices.ASOneTimeCodeCredential.Code
1874718748
P:AuthenticationServices.ASOneTimeCodeCredentialIdentity.Label
1874818749
P:AuthenticationServices.ASOneTimeCodeCredentialIdentity.Rank

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-AuthenticationServices.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-AuthenticationServices.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-AuthenticationServices.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)