smbcloud-auth 0.4.2

Cross-platform Auth SDK for the smbCloud platform.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod check_email;
pub mod login;
pub mod logout;
pub mod me;
pub mod oauth;
pub mod remove;
pub mod resend_email_verification;
pub mod resend_reset_password_instruction;
pub mod reset_password;
pub mod signup;