Method: MatrixSdk::Client#logout
- Defined in:
- lib/matrix_sdk/client.rb
#logout ⇒ Object
Logs out of the current session
284 285 286 287 288 |
# File 'lib/matrix_sdk/client.rb', line 284 def logout api.logout @api.access_token = nil @mxid = nil end |