5 lines
125 B
Rust
5 lines
125 B
Rust
//! Logs out the access token, preventing it from being used to authenticate future requests to the
|
|
//! server.
|
|
|
|
pub mod v2;
|