Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions src/authenticationservices.cs
Original file line number Diff line number Diff line change
Expand Up @@ -745,6 +745,8 @@ public enum ASAuthorizationError : long {
Failed = 1004,
NotInteractive = 1005,
MatchedExcludedCredential = 1006,
CredentialImport = 1007,
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.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# This is an error enum, so we include all values from all platforms, even if the value doesn't exist on that platform.
!extra-enum-value! Managed value 1007 for ASAuthorizationError.CredentialImport not found in native headers
!extra-enum-value! Managed value 1008 for ASAuthorizationError.CredentialExport not found in native headers