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...")
(No difference)

Revision as of 16:39, 23 January 2025

Request

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

Index Word Description
0
Header 0x041D0040 Cmd 0x041D Param 1 Xlat 0
1 Result code

Description

Resets the account access token (used for certain requests) for the specified account slot.

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.