m
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user