Files
2026-04-10 22:50:51 +02:00

56 lines
1.9 KiB
C#

using System;
using Cpp2IlInjected;
namespace SA.iOS.AuthenticationServices
{
// Token: 0x0200012F RID: 303
[Token(Token = "0x2000102")]
internal static class ISN_AuthenticationServicesLib
{
// Token: 0x060005A5 RID: 1445 RVA: 0x00003108 File Offset: 0x00001308
[Token(Token = "0x6000522")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630")]
public static ulong _ISN_ASAuthorizationAppleIDProvider_init()
{
return 0UL;
}
// Token: 0x060005A6 RID: 1446 RVA: 0x00003120 File Offset: 0x00001320
[Token(Token = "0x6000523")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630")]
public static ulong _ISN_ASAuthorizationAppleIDProvider_createRequest(ulong hash)
{
return 0UL;
}
// Token: 0x060005A7 RID: 1447 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000524")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public static void _ISN_ASAuthorizationOpenIDRequest_setRequestedScopes(ulong hash, string scopes)
{
}
// Token: 0x060005A8 RID: 1448 RVA: 0x00003138 File Offset: 0x00001338
[Token(Token = "0x6000525")]
[Address(RVA = "0x43E630", Offset = "0x43D430", VA = "0x18043E630")]
public static ulong _ISN_ASAuthorizationController_initWithAuthorizationRequests(string authorizationRequests)
{
return 0UL;
}
// Token: 0x060005A9 RID: 1449 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000526")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public static void _ISN_ASAuthorizationController_performRequests(ulong hash)
{
}
// Token: 0x060005AA RID: 1450 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000527")]
[Address(RVA = "0x402080", Offset = "0x400E80", VA = "0x180402080")]
public static void _ISN_ASAuthorizationController_setDelegate(ulong hash, IntPtr didCompleteWithError, IntPtr didCompleteWithAuthorization)
{
}
}
}