smbcloud-auth-wasm
Wasm bindings for the smbCloud Auth SDK.
This crate is intended to be published as an npm package via wasm-pack and
consumed by browser clients that need tenant auth-app signup, sign-in, profile
lookup, and account deletion against the smbCloud Auth service.
Exports
signup_with_clientlogin_with_clientlogout_with_clientme_with_clientremove_with_clientEnvironment
Build
Browser usage
import init from "smbcloud-auth-wasm";
await ;
await ;