Return the token of the client associated with this state. Returns: The token of the client.
(self)
| 671 | } |
| 672 | |
| 673 | def get_token(self) -> str: |
| 674 | """Return the token of the client associated with this state. |
| 675 | |
| 676 | Returns: |
| 677 | The token of the client. |
| 678 | """ |
| 679 | return self.router_data.get(constants.RouteVar.CLIENT_TOKEN, "") |
| 680 | |
| 681 | def get_sid(self) -> str: |
| 682 | """Return the session ID of the client associated with this state. |