123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- #include "pch-c.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
-
-
- #include "codegen/il2cpp-codegen-metadata.h"
-
-
-
-
-
- // 0x00000001 System.Void AppleAuth.AppleAuthLoginArgs::.ctor(AppleAuth.Enums.LoginOptions,System.String,System.String)
- extern void AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2 (void);
- // 0x00000002 System.Void AppleAuth.AppleAuthManager::.cctor()
- extern void AppleAuthManager__cctor_mD2B1F2782B50BD07F7EE6DF67CE2BCD0196CD1C1 (void);
- // 0x00000003 System.Boolean AppleAuth.AppleAuthManager::get_IsCurrentPlatformSupported()
- extern void AppleAuthManager_get_IsCurrentPlatformSupported_m7A452E34F3B87A9FBF6F9E79DAD9792B87AB9B9C (void);
- // 0x00000004 System.Void AppleAuth.AppleAuthManager::.ctor(AppleAuth.Interfaces.IPayloadDeserializer)
- extern void AppleAuthManager__ctor_mFCE1994D8BD7BFCC9EA201E091A1C09BF63945B3 (void);
- // 0x00000005 System.Void AppleAuth.AppleAuthManager::QuickLogin(System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- extern void AppleAuthManager_QuickLogin_m50DC36CEED4EFA9A98B758F7BE696F01D3957506 (void);
- // 0x00000006 System.Void AppleAuth.AppleAuthManager::QuickLogin(AppleAuth.AppleAuthQuickLoginArgs,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- extern void AppleAuthManager_QuickLogin_m6729A39051EC9885AD1668BA28B94B9489D39F08 (void);
- // 0x00000007 System.Void AppleAuth.AppleAuthManager::LoginWithAppleId(AppleAuth.Enums.LoginOptions,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- extern void AppleAuthManager_LoginWithAppleId_m7F9D42479BB718C417A879E00F86EA3844B0405F (void);
- // 0x00000008 System.Void AppleAuth.AppleAuthManager::LoginWithAppleId(AppleAuth.AppleAuthLoginArgs,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- extern void AppleAuthManager_LoginWithAppleId_m41AA28DCBBCED940184CCD2D353C8B8D7E3EA355 (void);
- // 0x00000009 System.Void AppleAuth.AppleAuthManager::GetCredentialState(System.String,System.Action`1<AppleAuth.Enums.CredentialState>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- extern void AppleAuthManager_GetCredentialState_m7646C8E8F7DFA9A8C77E576C39DFE4059BE5AD02 (void);
- // 0x0000000A System.Void AppleAuth.AppleAuthManager::SetCredentialsRevokedCallback(System.Action`1<System.String>)
- extern void AppleAuthManager_SetCredentialsRevokedCallback_m0C1A9F85CAE89C2AAAB94863C48F535D315E0CBA (void);
- // 0x0000000B System.Void AppleAuth.AppleAuthManager::Update()
- extern void AppleAuthManager_Update_mE6CCC051DC13A8B6A838B4E52CEFDA6683B0956A (void);
- // 0x0000000C System.Void AppleAuth.AppleAuthQuickLoginArgs::.ctor(System.String,System.String)
- extern void AppleAuthQuickLoginArgs__ctor_m29E70947A3CB463F0138B6F58BC35EA58A851AB4 (void);
- // 0x0000000D System.Void AppleAuth.IAppleAuthManager::QuickLogin(System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- // 0x0000000E System.Void AppleAuth.IAppleAuthManager::QuickLogin(AppleAuth.AppleAuthQuickLoginArgs,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- // 0x0000000F System.Void AppleAuth.IAppleAuthManager::LoginWithAppleId(AppleAuth.Enums.LoginOptions,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- // 0x00000010 System.Void AppleAuth.IAppleAuthManager::LoginWithAppleId(AppleAuth.AppleAuthLoginArgs,System.Action`1<AppleAuth.Interfaces.ICredential>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- // 0x00000011 System.Void AppleAuth.IAppleAuthManager::GetCredentialState(System.String,System.Action`1<AppleAuth.Enums.CredentialState>,System.Action`1<AppleAuth.Interfaces.IAppleError>)
- // 0x00000012 System.Void AppleAuth.IAppleAuthManager::SetCredentialsRevokedCallback(System.Action`1<System.String>)
- // 0x00000013 System.Void AppleAuth.IAppleAuthManager::Update()
- // 0x00000014 System.Int32 AppleAuth.Native.AppleError::get_Code()
- extern void AppleError_get_Code_m961287BECF360B2EDAD83FA060A8C7FDB6418FD5 (void);
- // 0x00000015 System.String AppleAuth.Native.AppleError::get_Domain()
- extern void AppleError_get_Domain_m63E5CABE6AF7F50CC0FB9B9C55D074AC01D22DDF (void);
- // 0x00000016 System.String AppleAuth.Native.AppleError::get_LocalizedDescription()
- extern void AppleError_get_LocalizedDescription_m430AE126F8F82BCD7D41545FC20102B666C700E5 (void);
- // 0x00000017 System.String[] AppleAuth.Native.AppleError::get_LocalizedRecoveryOptions()
- extern void AppleError_get_LocalizedRecoveryOptions_m70B334E472068D36B4797AF8BE86C641E347F564 (void);
- // 0x00000018 System.String AppleAuth.Native.AppleError::get_LocalizedRecoverySuggestion()
- extern void AppleError_get_LocalizedRecoverySuggestion_m2CA60B369F391895F8307B37BB767122522B29A9 (void);
- // 0x00000019 System.String AppleAuth.Native.AppleError::get_LocalizedFailureReason()
- extern void AppleError_get_LocalizedFailureReason_m51C96BF4FE7F7E50B5739793C800343D05489DB9 (void);
- // 0x0000001A System.Void AppleAuth.Native.AppleError::OnBeforeSerialize()
- extern void AppleError_OnBeforeSerialize_mAEAD2F39FA81174491484481AD72D7B005DB67F7 (void);
- // 0x0000001B System.Void AppleAuth.Native.AppleError::OnAfterDeserialize()
- extern void AppleError_OnAfterDeserialize_m0BCD7127B5E7D5505CE32993DA8F2A4D2AA592E2 (void);
- // 0x0000001C System.String AppleAuth.Native.AppleError::ToString()
- extern void AppleError_ToString_m288F1388415E5031ED251BD778FED627F9BC0DC5 (void);
- // 0x0000001D System.Void AppleAuth.Native.AppleError::.ctor()
- extern void AppleError__ctor_m66C93CADE0B99B97DD2891FDA0B886E2B02AADD1 (void);
- // 0x0000001E System.Byte[] AppleAuth.Native.AppleIDCredential::get_IdentityToken()
- extern void AppleIDCredential_get_IdentityToken_m34B56460123F4D5FA0F3F0E9F11889E776583355 (void);
- // 0x0000001F System.Byte[] AppleAuth.Native.AppleIDCredential::get_AuthorizationCode()
- extern void AppleIDCredential_get_AuthorizationCode_mF451C6107719D30009CC68965869BA7C0BD50CE8 (void);
- // 0x00000020 System.String AppleAuth.Native.AppleIDCredential::get_State()
- extern void AppleIDCredential_get_State_m84B3905825D39FD46B45AF489FA8163247C74278 (void);
- // 0x00000021 System.String AppleAuth.Native.AppleIDCredential::get_User()
- extern void AppleIDCredential_get_User_m981CFCEE8723C5A25E0C1F4DA3289D9831EA57F5 (void);
- // 0x00000022 System.String[] AppleAuth.Native.AppleIDCredential::get_AuthorizedScopes()
- extern void AppleIDCredential_get_AuthorizedScopes_m1FC899AEECADDD9871C8622C6F08E73E812C9D92 (void);
- // 0x00000023 AppleAuth.Interfaces.IPersonName AppleAuth.Native.AppleIDCredential::get_FullName()
- extern void AppleIDCredential_get_FullName_mFD2563DD49DE8936E5F71447BA75E5D1836402D8 (void);
- // 0x00000024 System.String AppleAuth.Native.AppleIDCredential::get_Email()
- extern void AppleIDCredential_get_Email_m714C9A646F5DFE85592A0E4A9FD3E68689685ABE (void);
- // 0x00000025 AppleAuth.Enums.RealUserStatus AppleAuth.Native.AppleIDCredential::get_RealUserStatus()
- extern void AppleIDCredential_get_RealUserStatus_mE69FF5EC598FB13CF28741DC57528CC2FFB9CF9E (void);
- // 0x00000026 System.Void AppleAuth.Native.AppleIDCredential::OnBeforeSerialize()
- extern void AppleIDCredential_OnBeforeSerialize_m131D67351E1C50C5B86C9DF5524BDDDE44AA0E61 (void);
- // 0x00000027 System.Void AppleAuth.Native.AppleIDCredential::OnAfterDeserialize()
- extern void AppleIDCredential_OnAfterDeserialize_mB5366B49FF04AF0671E94C27ED9A3715EEB295C9 (void);
- // 0x00000028 System.Void AppleAuth.Native.AppleIDCredential::.ctor()
- extern void AppleIDCredential__ctor_m51A44FA1D980EC9AF22D63D6072DB75A6FA01C63 (void);
- // 0x00000029 System.Boolean AppleAuth.Native.CredentialStateResponse::get_Success()
- extern void CredentialStateResponse_get_Success_m2AE6E6E1D34B0114F4C52C039174DDF9AFA6BC4D (void);
- // 0x0000002A AppleAuth.Enums.CredentialState AppleAuth.Native.CredentialStateResponse::get_CredentialState()
- extern void CredentialStateResponse_get_CredentialState_m65D7E15BA3EC5C3A7F367597A050193DD4209797 (void);
- // 0x0000002B AppleAuth.Interfaces.IAppleError AppleAuth.Native.CredentialStateResponse::get_Error()
- extern void CredentialStateResponse_get_Error_m57C00B45E8F57B0BE47A95942C096E33EE75E13C (void);
- // 0x0000002C System.Void AppleAuth.Native.CredentialStateResponse::OnBeforeSerialize()
- extern void CredentialStateResponse_OnBeforeSerialize_mAC5BB42DE4654E67E38843519A7DC253F50850B5 (void);
- // 0x0000002D System.Void AppleAuth.Native.CredentialStateResponse::OnAfterDeserialize()
- extern void CredentialStateResponse_OnAfterDeserialize_mFB21B4973EF797A938B387C7055C5929051AEE60 (void);
- // 0x0000002E System.Void AppleAuth.Native.CredentialStateResponse::.ctor()
- extern void CredentialStateResponse__ctor_mD9EDB0D8782201A4B143772B6FE1140C1A20A6B3 (void);
- // 0x0000002F AppleAuth.Interfaces.IPersonName AppleAuth.Native.FullPersonName::get_PhoneticRepresentation()
- extern void FullPersonName_get_PhoneticRepresentation_m4C047353D1B6B779000A36AD5A9E95112FB4B78D (void);
- // 0x00000030 System.Void AppleAuth.Native.FullPersonName::OnAfterDeserialize()
- extern void FullPersonName_OnAfterDeserialize_mD8D3FA785A18B097DA24A5346927BCE5891E2726 (void);
- // 0x00000031 System.Void AppleAuth.Native.FullPersonName::.ctor()
- extern void FullPersonName__ctor_m26740204D45973B681D9A56AAEA22BA07054781B (void);
- // 0x00000032 System.Boolean AppleAuth.Native.LoginWithAppleIdResponse::get_Success()
- extern void LoginWithAppleIdResponse_get_Success_mE6C377A510A993911F409C936A65584C9049779C (void);
- // 0x00000033 AppleAuth.Interfaces.IAppleError AppleAuth.Native.LoginWithAppleIdResponse::get_Error()
- extern void LoginWithAppleIdResponse_get_Error_mCCC27C3D0F46A1D52F2CE2D969005696E8E5AE76 (void);
- // 0x00000034 AppleAuth.Interfaces.IAppleIDCredential AppleAuth.Native.LoginWithAppleIdResponse::get_AppleIDCredential()
- extern void LoginWithAppleIdResponse_get_AppleIDCredential_m8621F583B1DC2542599CD2C3A666A478660B2366 (void);
- // 0x00000035 AppleAuth.Interfaces.IPasswordCredential AppleAuth.Native.LoginWithAppleIdResponse::get_PasswordCredential()
- extern void LoginWithAppleIdResponse_get_PasswordCredential_mF712CF23994A66D33B5AE81DE4DB37BFE0900DD0 (void);
- // 0x00000036 System.Void AppleAuth.Native.LoginWithAppleIdResponse::OnBeforeSerialize()
- extern void LoginWithAppleIdResponse_OnBeforeSerialize_m7921D7B73269C8D01C61CD21A99F2D25E2A768D3 (void);
- // 0x00000037 System.Void AppleAuth.Native.LoginWithAppleIdResponse::OnAfterDeserialize()
- extern void LoginWithAppleIdResponse_OnAfterDeserialize_m5F4392761E520B362F204ADAA71470944CCB7226 (void);
- // 0x00000038 System.Void AppleAuth.Native.LoginWithAppleIdResponse::.ctor()
- extern void LoginWithAppleIdResponse__ctor_m559AF38D99EA5F01245B730C66C0C575A7D1DFA5 (void);
- // 0x00000039 System.String AppleAuth.Native.PasswordCredential::get_User()
- extern void PasswordCredential_get_User_m14F3321F1778473BAD88C092D9DB7E4E6EBA2BFE (void);
- // 0x0000003A System.String AppleAuth.Native.PasswordCredential::get_Password()
- extern void PasswordCredential_get_Password_m550FE9C9FFC658487D37E4CCBC81646AAA0B6971 (void);
- // 0x0000003B System.Void AppleAuth.Native.PasswordCredential::OnBeforeSerialize()
- extern void PasswordCredential_OnBeforeSerialize_m4BFB71F9E84B9BF858BD2B79B725972821DFE288 (void);
- // 0x0000003C System.Void AppleAuth.Native.PasswordCredential::OnAfterDeserialize()
- extern void PasswordCredential_OnAfterDeserialize_m16D32A34A6F6046F6333F7BB5F69193B37D0F2F5 (void);
- // 0x0000003D System.Void AppleAuth.Native.PasswordCredential::.ctor()
- extern void PasswordCredential__ctor_m752B85E2013BE8BDA5F98F2E2BFF18BDFBF7676D (void);
- // 0x0000003E AppleAuth.Interfaces.ICredentialStateResponse AppleAuth.Native.PayloadDeserializer::DeserializeCredentialStateResponse(System.String)
- extern void PayloadDeserializer_DeserializeCredentialStateResponse_mD711A60594EEB3B4A2B82769E58C745CC50FD516 (void);
- // 0x0000003F AppleAuth.Interfaces.ILoginWithAppleIdResponse AppleAuth.Native.PayloadDeserializer::DeserializeLoginWithAppleIdResponse(System.String)
- extern void PayloadDeserializer_DeserializeLoginWithAppleIdResponse_mDD6FE763342C1ADB26C95A9F07ECE906FD33D22A (void);
- // 0x00000040 System.Void AppleAuth.Native.PayloadDeserializer::.ctor()
- extern void PayloadDeserializer__ctor_mFBD229EF68EBE24EC32CA9609AA005AB90C65C42 (void);
- // 0x00000041 System.String AppleAuth.Native.PersonName::get_NamePrefix()
- extern void PersonName_get_NamePrefix_mD8E065B1341FE87F408B1A43AC98AB752EC37792 (void);
- // 0x00000042 System.String AppleAuth.Native.PersonName::get_GivenName()
- extern void PersonName_get_GivenName_m0284F3BF19006384CE40D9F2584E9B898E3167BB (void);
- // 0x00000043 System.String AppleAuth.Native.PersonName::get_MiddleName()
- extern void PersonName_get_MiddleName_mCFAC728FA738FF02EA1673A41528F15E771B0127 (void);
- // 0x00000044 System.String AppleAuth.Native.PersonName::get_FamilyName()
- extern void PersonName_get_FamilyName_mFF3940EE55E62FC22A6CFA6975BCCFF796D6BB26 (void);
- // 0x00000045 System.String AppleAuth.Native.PersonName::get_NameSuffix()
- extern void PersonName_get_NameSuffix_m28CC64A01463A58CF35EFC6A4CE6CFADCB2518E8 (void);
- // 0x00000046 System.String AppleAuth.Native.PersonName::get_Nickname()
- extern void PersonName_get_Nickname_m678081BDCCFFD3DED731F9AB66F7FB350166B4C1 (void);
- // 0x00000047 AppleAuth.Interfaces.IPersonName AppleAuth.Native.PersonName::get_PhoneticRepresentation()
- extern void PersonName_get_PhoneticRepresentation_m89AA341DA25ACEBFAA1E062842E646B1165A99DB (void);
- // 0x00000048 System.Void AppleAuth.Native.PersonName::OnBeforeSerialize()
- extern void PersonName_OnBeforeSerialize_m4D57A809AC62FE6817EB498247E4AEE5B8B0B510 (void);
- // 0x00000049 System.Void AppleAuth.Native.PersonName::OnAfterDeserialize()
- extern void PersonName_OnAfterDeserialize_m62A1515986426365B43F5A7BF5B7FB130EDA0D6E (void);
- // 0x0000004A System.Void AppleAuth.Native.PersonName::.ctor()
- extern void PersonName__ctor_m0F0E4933C32F156BAA3F4DB66D4BE72313F76C55 (void);
- // 0x0000004B System.Void AppleAuth.Native.SerializationTools::FixSerializationForString(System.String&)
- extern void SerializationTools_FixSerializationForString_mF3AF273F198E247A988066CBE929451830480D5F (void);
- // 0x0000004C System.Void AppleAuth.Native.SerializationTools::FixSerializationForArray(T[]&)
- // 0x0000004D System.Void AppleAuth.Native.SerializationTools::FixSerializationForObject(T&,System.Boolean)
- // 0x0000004E System.Byte[] AppleAuth.Native.SerializationTools::GetBytesFromBase64String(System.String,System.String)
- extern void SerializationTools_GetBytesFromBase64String_m4C24E80BE8646637F981906DDC1DC001C4785D9F (void);
- // 0x0000004F System.Int32 AppleAuth.Interfaces.IAppleError::get_Code()
- // 0x00000050 System.String AppleAuth.Interfaces.IAppleError::get_Domain()
- // 0x00000051 System.String AppleAuth.Interfaces.IAppleError::get_LocalizedDescription()
- // 0x00000052 System.String[] AppleAuth.Interfaces.IAppleError::get_LocalizedRecoveryOptions()
- // 0x00000053 System.String AppleAuth.Interfaces.IAppleError::get_LocalizedRecoverySuggestion()
- // 0x00000054 System.String AppleAuth.Interfaces.IAppleError::get_LocalizedFailureReason()
- // 0x00000055 System.Byte[] AppleAuth.Interfaces.IAppleIDCredential::get_IdentityToken()
- // 0x00000056 System.Byte[] AppleAuth.Interfaces.IAppleIDCredential::get_AuthorizationCode()
- // 0x00000057 System.String AppleAuth.Interfaces.IAppleIDCredential::get_State()
- // 0x00000058 System.String[] AppleAuth.Interfaces.IAppleIDCredential::get_AuthorizedScopes()
- // 0x00000059 AppleAuth.Interfaces.IPersonName AppleAuth.Interfaces.IAppleIDCredential::get_FullName()
- // 0x0000005A System.String AppleAuth.Interfaces.IAppleIDCredential::get_Email()
- // 0x0000005B AppleAuth.Enums.RealUserStatus AppleAuth.Interfaces.IAppleIDCredential::get_RealUserStatus()
- // 0x0000005C System.String AppleAuth.Interfaces.ICredential::get_User()
- // 0x0000005D System.Boolean AppleAuth.Interfaces.ICredentialStateResponse::get_Success()
- // 0x0000005E AppleAuth.Enums.CredentialState AppleAuth.Interfaces.ICredentialStateResponse::get_CredentialState()
- // 0x0000005F AppleAuth.Interfaces.IAppleError AppleAuth.Interfaces.ICredentialStateResponse::get_Error()
- // 0x00000060 System.Boolean AppleAuth.Interfaces.ILoginWithAppleIdResponse::get_Success()
- // 0x00000061 AppleAuth.Interfaces.IAppleError AppleAuth.Interfaces.ILoginWithAppleIdResponse::get_Error()
- // 0x00000062 AppleAuth.Interfaces.IAppleIDCredential AppleAuth.Interfaces.ILoginWithAppleIdResponse::get_AppleIDCredential()
- // 0x00000063 AppleAuth.Interfaces.IPasswordCredential AppleAuth.Interfaces.ILoginWithAppleIdResponse::get_PasswordCredential()
- // 0x00000064 System.String AppleAuth.Interfaces.IPasswordCredential::get_Password()
- // 0x00000065 AppleAuth.Interfaces.ICredentialStateResponse AppleAuth.Interfaces.IPayloadDeserializer::DeserializeCredentialStateResponse(System.String)
- // 0x00000066 AppleAuth.Interfaces.ILoginWithAppleIdResponse AppleAuth.Interfaces.IPayloadDeserializer::DeserializeLoginWithAppleIdResponse(System.String)
- // 0x00000067 System.String AppleAuth.Interfaces.IPersonName::get_NamePrefix()
- // 0x00000068 System.String AppleAuth.Interfaces.IPersonName::get_GivenName()
- // 0x00000069 System.String AppleAuth.Interfaces.IPersonName::get_MiddleName()
- // 0x0000006A System.String AppleAuth.Interfaces.IPersonName::get_FamilyName()
- // 0x0000006B System.String AppleAuth.Interfaces.IPersonName::get_NameSuffix()
- // 0x0000006C System.String AppleAuth.Interfaces.IPersonName::get_Nickname()
- // 0x0000006D AppleAuth.Interfaces.IPersonName AppleAuth.Interfaces.IPersonName::get_PhoneticRepresentation()
- // 0x0000006E AppleAuth.Enums.AuthorizationErrorCode AppleAuth.Extensions.AppleErrorExtensions::GetAuthorizationErrorCode(AppleAuth.Interfaces.IAppleError)
- extern void AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219 (void);
- // 0x0000006F System.String AppleAuth.Extensions.PersonNameExtensions::ToLocalizedString(AppleAuth.Interfaces.IPersonName,AppleAuth.Enums.PersonNameFormatterStyle,System.Boolean)
- extern void PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83 (void);
- static Il2CppMethodPointer s_methodPointers[111] =
- {
- AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2,
- AppleAuthManager__cctor_mD2B1F2782B50BD07F7EE6DF67CE2BCD0196CD1C1,
- AppleAuthManager_get_IsCurrentPlatformSupported_m7A452E34F3B87A9FBF6F9E79DAD9792B87AB9B9C,
- AppleAuthManager__ctor_mFCE1994D8BD7BFCC9EA201E091A1C09BF63945B3,
- AppleAuthManager_QuickLogin_m50DC36CEED4EFA9A98B758F7BE696F01D3957506,
- AppleAuthManager_QuickLogin_m6729A39051EC9885AD1668BA28B94B9489D39F08,
- AppleAuthManager_LoginWithAppleId_m7F9D42479BB718C417A879E00F86EA3844B0405F,
- AppleAuthManager_LoginWithAppleId_m41AA28DCBBCED940184CCD2D353C8B8D7E3EA355,
- AppleAuthManager_GetCredentialState_m7646C8E8F7DFA9A8C77E576C39DFE4059BE5AD02,
- AppleAuthManager_SetCredentialsRevokedCallback_m0C1A9F85CAE89C2AAAB94863C48F535D315E0CBA,
- AppleAuthManager_Update_mE6CCC051DC13A8B6A838B4E52CEFDA6683B0956A,
- AppleAuthQuickLoginArgs__ctor_m29E70947A3CB463F0138B6F58BC35EA58A851AB4,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- AppleError_get_Code_m961287BECF360B2EDAD83FA060A8C7FDB6418FD5,
- AppleError_get_Domain_m63E5CABE6AF7F50CC0FB9B9C55D074AC01D22DDF,
- AppleError_get_LocalizedDescription_m430AE126F8F82BCD7D41545FC20102B666C700E5,
- AppleError_get_LocalizedRecoveryOptions_m70B334E472068D36B4797AF8BE86C641E347F564,
- AppleError_get_LocalizedRecoverySuggestion_m2CA60B369F391895F8307B37BB767122522B29A9,
- AppleError_get_LocalizedFailureReason_m51C96BF4FE7F7E50B5739793C800343D05489DB9,
- AppleError_OnBeforeSerialize_mAEAD2F39FA81174491484481AD72D7B005DB67F7,
- AppleError_OnAfterDeserialize_m0BCD7127B5E7D5505CE32993DA8F2A4D2AA592E2,
- AppleError_ToString_m288F1388415E5031ED251BD778FED627F9BC0DC5,
- AppleError__ctor_m66C93CADE0B99B97DD2891FDA0B886E2B02AADD1,
- AppleIDCredential_get_IdentityToken_m34B56460123F4D5FA0F3F0E9F11889E776583355,
- AppleIDCredential_get_AuthorizationCode_mF451C6107719D30009CC68965869BA7C0BD50CE8,
- AppleIDCredential_get_State_m84B3905825D39FD46B45AF489FA8163247C74278,
- AppleIDCredential_get_User_m981CFCEE8723C5A25E0C1F4DA3289D9831EA57F5,
- AppleIDCredential_get_AuthorizedScopes_m1FC899AEECADDD9871C8622C6F08E73E812C9D92,
- AppleIDCredential_get_FullName_mFD2563DD49DE8936E5F71447BA75E5D1836402D8,
- AppleIDCredential_get_Email_m714C9A646F5DFE85592A0E4A9FD3E68689685ABE,
- AppleIDCredential_get_RealUserStatus_mE69FF5EC598FB13CF28741DC57528CC2FFB9CF9E,
- AppleIDCredential_OnBeforeSerialize_m131D67351E1C50C5B86C9DF5524BDDDE44AA0E61,
- AppleIDCredential_OnAfterDeserialize_mB5366B49FF04AF0671E94C27ED9A3715EEB295C9,
- AppleIDCredential__ctor_m51A44FA1D980EC9AF22D63D6072DB75A6FA01C63,
- CredentialStateResponse_get_Success_m2AE6E6E1D34B0114F4C52C039174DDF9AFA6BC4D,
- CredentialStateResponse_get_CredentialState_m65D7E15BA3EC5C3A7F367597A050193DD4209797,
- CredentialStateResponse_get_Error_m57C00B45E8F57B0BE47A95942C096E33EE75E13C,
- CredentialStateResponse_OnBeforeSerialize_mAC5BB42DE4654E67E38843519A7DC253F50850B5,
- CredentialStateResponse_OnAfterDeserialize_mFB21B4973EF797A938B387C7055C5929051AEE60,
- CredentialStateResponse__ctor_mD9EDB0D8782201A4B143772B6FE1140C1A20A6B3,
- FullPersonName_get_PhoneticRepresentation_m4C047353D1B6B779000A36AD5A9E95112FB4B78D,
- FullPersonName_OnAfterDeserialize_mD8D3FA785A18B097DA24A5346927BCE5891E2726,
- FullPersonName__ctor_m26740204D45973B681D9A56AAEA22BA07054781B,
- LoginWithAppleIdResponse_get_Success_mE6C377A510A993911F409C936A65584C9049779C,
- LoginWithAppleIdResponse_get_Error_mCCC27C3D0F46A1D52F2CE2D969005696E8E5AE76,
- LoginWithAppleIdResponse_get_AppleIDCredential_m8621F583B1DC2542599CD2C3A666A478660B2366,
- LoginWithAppleIdResponse_get_PasswordCredential_mF712CF23994A66D33B5AE81DE4DB37BFE0900DD0,
- LoginWithAppleIdResponse_OnBeforeSerialize_m7921D7B73269C8D01C61CD21A99F2D25E2A768D3,
- LoginWithAppleIdResponse_OnAfterDeserialize_m5F4392761E520B362F204ADAA71470944CCB7226,
- LoginWithAppleIdResponse__ctor_m559AF38D99EA5F01245B730C66C0C575A7D1DFA5,
- PasswordCredential_get_User_m14F3321F1778473BAD88C092D9DB7E4E6EBA2BFE,
- PasswordCredential_get_Password_m550FE9C9FFC658487D37E4CCBC81646AAA0B6971,
- PasswordCredential_OnBeforeSerialize_m4BFB71F9E84B9BF858BD2B79B725972821DFE288,
- PasswordCredential_OnAfterDeserialize_m16D32A34A6F6046F6333F7BB5F69193B37D0F2F5,
- PasswordCredential__ctor_m752B85E2013BE8BDA5F98F2E2BFF18BDFBF7676D,
- PayloadDeserializer_DeserializeCredentialStateResponse_mD711A60594EEB3B4A2B82769E58C745CC50FD516,
- PayloadDeserializer_DeserializeLoginWithAppleIdResponse_mDD6FE763342C1ADB26C95A9F07ECE906FD33D22A,
- PayloadDeserializer__ctor_mFBD229EF68EBE24EC32CA9609AA005AB90C65C42,
- PersonName_get_NamePrefix_mD8E065B1341FE87F408B1A43AC98AB752EC37792,
- PersonName_get_GivenName_m0284F3BF19006384CE40D9F2584E9B898E3167BB,
- PersonName_get_MiddleName_mCFAC728FA738FF02EA1673A41528F15E771B0127,
- PersonName_get_FamilyName_mFF3940EE55E62FC22A6CFA6975BCCFF796D6BB26,
- PersonName_get_NameSuffix_m28CC64A01463A58CF35EFC6A4CE6CFADCB2518E8,
- PersonName_get_Nickname_m678081BDCCFFD3DED731F9AB66F7FB350166B4C1,
- PersonName_get_PhoneticRepresentation_m89AA341DA25ACEBFAA1E062842E646B1165A99DB,
- PersonName_OnBeforeSerialize_m4D57A809AC62FE6817EB498247E4AEE5B8B0B510,
- PersonName_OnAfterDeserialize_m62A1515986426365B43F5A7BF5B7FB130EDA0D6E,
- PersonName__ctor_m0F0E4933C32F156BAA3F4DB66D4BE72313F76C55,
- SerializationTools_FixSerializationForString_mF3AF273F198E247A988066CBE929451830480D5F,
- NULL,
- NULL,
- SerializationTools_GetBytesFromBase64String_m4C24E80BE8646637F981906DDC1DC001C4785D9F,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- AppleErrorExtensions_GetAuthorizationErrorCode_m2D356E9280D7A2C580B337A9CCC9B65E32746219,
- PersonNameExtensions_ToLocalizedString_mD357263F722B7C188313D67D6C54495393189E83,
- };
- extern void AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2_AdjustorThunk (void);
- extern void AppleAuthQuickLoginArgs__ctor_m29E70947A3CB463F0138B6F58BC35EA58A851AB4_AdjustorThunk (void);
- static Il2CppTokenAdjustorThunkPair s_adjustorThunks[2] =
- {
- { 0x06000001, AppleAuthLoginArgs__ctor_m979F04437958F29BD5E8FBB8B91085932E47DEC2_AdjustorThunk },
- { 0x0600000C, AppleAuthQuickLoginArgs__ctor_m29E70947A3CB463F0138B6F58BC35EA58A851AB4_AdjustorThunk },
- };
- static const int32_t s_InvokerIndices[111] =
- {
- 1525,
- 8674,
- 8622,
- 4680,
- 2804,
- 1464,
- 1525,
- 1463,
- 1591,
- 4680,
- 5700,
- 2804,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 5554,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5700,
- 5700,
- 5579,
- 5700,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5554,
- 5700,
- 5700,
- 5700,
- 5498,
- 5554,
- 5579,
- 5700,
- 5700,
- 5700,
- 5579,
- 5700,
- 5700,
- 5498,
- 5579,
- 5579,
- 5579,
- 5700,
- 5700,
- 5700,
- 5579,
- 5579,
- 5700,
- 5700,
- 5700,
- 4198,
- 4198,
- 5700,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5579,
- 5700,
- 5700,
- 5700,
- 8526,
- 0,
- 0,
- 7712,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 0,
- 8204,
- 7129,
- };
- IL2CPP_EXTERN_C const Il2CppCodeGenModule g_AppleAuth_CodeGenModule;
- const Il2CppCodeGenModule g_AppleAuth_CodeGenModule =
- {
- "AppleAuth.dll",
- 111,
- s_methodPointers,
- 2,
- s_adjustorThunks,
- s_InvokerIndices,
- 0,
- NULL,
- 0,
- NULL,
- 0,
- NULL,
- NULL,
- NULL, // module initializer,
- NULL,
- NULL,
- NULL,
- };
|