This is a Rust example project demonstrating how to integrate with the AuthlyX v2 API.
- Rust (rustc + cargo)
- Open
src/main.rsand set your credentials. - Run:
cargo runinit()- Unified
login(...):- username/password
- license key
- device (motherboard / processor)
- Variables (
get_variable,set_variable) - Chats (
get_chats,send_chat) - Extend time (
extend_time) - Change password (
change_password) - Validate session (
validate_session)