ACT Services: Difference between revisions
TimmSkiller (talk | contribs) No edit summary |
TimmSkiller (talk | contribs) No edit summary |
||
Line 64: | Line 64: | ||
| 0x001B0084 || AcquireOtherTypePrincipalID (stubbed) | | 0x001B0084 || AcquireOtherTypePrincipalID (stubbed) | ||
|- | |- | ||
| 0x001C0342 || [[ACTU: | | 0x001C0342 || [[ACTU:GetCachedIndependentServiceToken|GetCachedIndependentServiceToken]] | ||
|- | |- | ||
| 0x001D0004 || [[ACTU:InquireMailAddressAvailability|InquireMailAddressAvailability]] | | 0x001D0004 || [[ACTU:InquireMailAddressAvailability|InquireMailAddressAvailability]] | ||
Line 74: | Line 74: | ||
| 0x00200382 || [[ACTU:AcquireIndependentServiceTokenV2|AcquireIndependentServiceTokenV2]] | | 0x00200382 || [[ACTU:AcquireIndependentServiceTokenV2|AcquireIndependentServiceTokenV2]] | ||
|- | |- | ||
| 0x00210002 || [[ACTU: | | 0x00210002 || [[ACTU:GetIndependentServiceTokenV2|GetIndepdendentServiceTokenV2]] | ||
|- | |- | ||
| 0x00220342 || [[ACTU:GetCachedIndependentServiceTokenV2|GetCachedIndependentServiceTokenV2]] | | 0x00220342 || [[ACTU:GetCachedIndependentServiceTokenV2|GetCachedIndependentServiceTokenV2]] | ||
Line 213: | Line 213: | ||
=== V1 Independent Service Token === | === V1 Independent Service Token === | ||
These are more basic, consisting of only a base64 token. These can be requested and cached using [[ACTU:AcquireIndependentServiceToken]], retrieved either immediately after requesting them using [[ACTU:GetIndependentServiceToken]] or from an internal cache using [[ACTU: | These are more basic, consisting of only a base64 token. These can be requested and cached using [[ACTU:AcquireIndependentServiceToken]], retrieved either immediately after requesting them using [[ACTU:GetIndependentServiceToken]] or from an internal cache using [[ACTU:GetCachedIndependentServiceToken]]. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 225: | Line 225: | ||
V2 indpendent service tokens include more fields like an IV, signature, and account server environment compared to V1 tokens. | V2 indpendent service tokens include more fields like an IV, signature, and account server environment compared to V1 tokens. | ||
They can be requested and cached using [[ACTU:AcquireIndependentServiceTokenV2]], retrieved either immediately after requesting them using [[ACTU:GetIndependentServiceTokenV2]] or from an internal cache using [[ACTU: | They can be requested and cached using [[ACTU:AcquireIndependentServiceTokenV2]], retrieved either immediately after requesting them using [[ACTU:GetIndependentServiceTokenV2]] or from an internal cache using [[ACTU:GetCachedIndependentServiceTokenV2]]. | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" |