Skip to main content

handle_create_sso_config

Function handle_create_sso_config 

Source
pub async fn handle_create_sso_config(
    __arg0: State<Arc<Context>>,
    __arg1: Json<SSOConfigCreateRequest>,
) -> Result<(StatusCode, Json<SSOConfigResponse>), StatusCode>