Difference between revisions of "ACTA:InvalidateAccountToken"

From 3dbrew
Jump to navigation Jump to search
(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...")
 
 
Line 14: Line 14:
  
 
=Description=
 
=Description=
Resets the account access token (used for certain requests) for the specified account slot.
+
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
Header 0x041D0080 Cmd 0x041D Param 2 Xlat 0
1 u32, invalidation action bit field (see description)
2 u8, Account slot

Response[edit]

Index Word Description
0
Header 0x041D0040 Cmd 0x041D Param 1 Xlat 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.