ACTU:GetCachedIndependentServiceTokenV2

ACTU:GetCachedIndependentServiceTokenV2

Request #

WordDescription
0
0x00220342Cmd0x0022Param13Xlat2
1u8, Account slot
2-10ASCII NULL-terminated client ID (max. 32 characters + NULL terminator)
11Cache duration in seconds
12bool, do parental controls check (unused)
13bool, get a non-process specific service token from the cache
14Descriptor for mapping a write-only buffer in the target process
15

Output V2 independent service token buffer pointer

Response #

WordDescription
0
0x00220042Cmd0x0022Param1Xlat2
1Result code
2Descriptor for mapping a write-only buffer in the target process
3

Output V2 independent service token buffer pointer

Description #

Returns a V2 independent service token corresponding to the given account and client ID from an internal cache.

For a cached token to be considered valid for being returned by this command, it must have been acquired within the last Cache duration seconds.

It is not possible to retrieve cached V1 independent service tokens using this command.

See Independent Service Tokens for details.