This commit is contained in:
niko
2026-04-12 16:51:38 +02:00
parent 1b6f6d81d0
commit c12fbe3fc6
17828 changed files with 2994770 additions and 0 deletions
@@ -0,0 +1,26 @@
using System;
using Cpp2IlInjected;
namespace SA.iOS.AuthenticationServices
{
// Token: 0x0200012B RID: 299
[Token(Token = "0x20000FE")]
public enum ISN_ASAuthorizationError
{
// Token: 0x0400035A RID: 858
[Token(Token = "0x4000317")]
Unknown = 1000,
// Token: 0x0400035B RID: 859
[Token(Token = "0x4000318")]
Canceled,
// Token: 0x0400035C RID: 860
[Token(Token = "0x4000319")]
Response,
// Token: 0x0400035D RID: 861
[Token(Token = "0x400031A")]
NotHandled,
// Token: 0x0400035E RID: 862
[Token(Token = "0x400031B")]
Failed
}
}