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,25 @@
using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace SA.iOS.AuthenticationServices
{
// Token: 0x02000132 RID: 306
[Token(Token = "0x2000105")]
public abstract class ISN_ASAuthorizationOpenIDRequest : ISN_ASAuthorizationRequest
{
// Token: 0x060005B4 RID: 1460 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000531")]
[Address(RVA = "0x67E900", Offset = "0x67D900", VA = "0x18067E900")]
internal ISN_ASAuthorizationOpenIDRequest(ulong hash)
{
}
// Token: 0x060005B5 RID: 1461 RVA: 0x00002053 File Offset: 0x00000253
[Token(Token = "0x6000532")]
[Address(RVA = "0x2FC67F0", Offset = "0x2FC57F0", VA = "0x182FC67F0")]
public void SetRequestedScopes(IEnumerable<ISN_ASAuthorizationScope> scopes)
{
}
}
}