LogoutUserData

class LogoutUserData[source]

Input data required for the User::Logout operation.

token: str

The token you want to invalidate

confirm_session_termination: Literal['false', 'true'] = 'false'

Set to “true” to revoke even when an active isolated session exists, which will terminate all sessions.