smbcloud-auth 0.4.6

Cross-platform Auth SDK for the smbCloud platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub enum Provider {
    Google {
        client_id: String,
        redirect_uri: String,
    },
    Apple {
        client_id: String,
        redirect_uri: String,
        state: Option<String>,
    },
}