Function mz_frontegg_mock::handlers::sso::handle_create_sso_config

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