Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/authenticationservices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,10 @@ public enum ASAuthorizationError : long {
Failed = 1004,
NotInteractive = 1005,
MatchedExcludedCredential = 1006,
[NoTV]
CredentialImport = 1007,
[NoTV]
CredentialExport = 1008,
}

[Watch (6, 0), TV (13, 0), iOS (13, 0)]
Expand Down
2 changes: 2 additions & 0 deletions tests/cecil-tests/Documentation.KnownFailures.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4823,6 +4823,8 @@ F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Revoked
F:AuthenticationServices.ASAuthorizationAppleIdProviderCredentialState.Transferred
F:AuthenticationServices.ASAuthorizationControllerRequestOptions.ImmediatelyAvailableCredentials
F:AuthenticationServices.ASAuthorizationError.Canceled
F:AuthenticationServices.ASAuthorizationError.CredentialExport
F:AuthenticationServices.ASAuthorizationError.CredentialImport
F:AuthenticationServices.ASAuthorizationError.Failed
F:AuthenticationServices.ASAuthorizationError.InvalidResponse
F:AuthenticationServices.ASAuthorizationError.MatchedExcludedCredential
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.