propelauth 0.23.3

A Rust crate for managing authentication and authorization with support for multi-tenant / B2B products, powered by PropelAuth
Documentation
1
2
3
4
5
6
7
8
9
#[derive(Clone, Debug, PartialEq, Default, Deserialize)]
pub struct FetchSamlSpMetadataResponse {
    #[serde(rename = "entity_id")]
    pub entity_id: String,
    #[serde(rename = "acs_url")]
    pub acs_url: String,
    #[serde(rename = "logout_url")]
    pub logout_url: String,
}