Difference between revisions of "ACTA:InvalidateAccountToken"
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) (Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x041D|2|0}} {{IPC/RequestEntry|u32, invalidation action bit field (see description)}} {{IPC/RequestEntry|u8, Account slot}} {{IP...") |
TimmSkiller (talk | contribs) |
||
Line 14: | Line 14: | ||
=Description= | =Description= | ||
− | Resets the account access token (used for certain requests) for the | + | Resets the account access token (used for certain requests) for the account. The account slot must be 0xFE. Therefore, this command can only be used to invalidate the account access token for the currently loaded account. |
The following invalidation actions are supported using this command: | The following invalidation actions are supported using this command: |
Latest revision as of 19:46, 23 January 2025
Request[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u32, invalidation action bit field (see description) | ||||||||
2 | u8, Account slot |
Response[edit]
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code |
Description[edit]
Resets the account access token (used for certain requests) for the account. The account slot must be 0xFE. Therefore, this command can only be used to invalidate the account access token for the currently loaded account.
The following invalidation actions are supported using this command:
Bit | Action |
---|---|
0 | Clears the access token and resets its expiry date. |
1 | Clears the refresh token. |