Crate tsar_client
source ·Expand description
Official wrapper for the TSAR client API.
Structs§
- The TSAR Client struct. Used to interact with the API after it’s initialized.
- Data returned by the server when running
authenticate_user()orvalidate_user(). - Subscription object which gets returned as part of
authenticate_user()orvalidate_user(). - User object which gets returned as part of
authenticate_user()orvalidate_user().