vtx-sdk 0.1.14

Official SDK for developing VTX plugins using Rust and WebAssembly.
Documentation
1
2
3
4
5
6
7
//! Authentication and user context domain.

pub mod context;
pub mod user;

pub use context::{CurrentUserExt, CurrentUserInfo};
pub use user::{AuthRequest, IntoAuthResult, UserBuilder};